Searched defs:getBaseType (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/classes/java/sql/
H A DArray.java104 int getBaseType() throws SQLException; method in interface:Array
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java64 NonElement<T,C> getBaseType(); method in interface:EnumLeafInfo
/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialArray.java152 baseType = array.getBaseType();
262 baseType = array.getBaseType();
408 public int getBaseType() throws SerialException { method in class:SerialArray
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DContentType.java109 public String getBaseType() { method in class:ContentType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSType.java43 XSType getBaseType(); method in interface:XSType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSTypeDefinition.java44 public XSTypeDefinition getBaseType(); method in interface:XSTypeDefinition
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DMimeType.java245 return getBaseType() + parameters.toString();
252 public String getBaseType() { method in class:MimeType
/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DMimeType.java228 return getBaseType() + parameters.toString();
237 public String getBaseType() { method in class:MimeType
338 System.out.println("Short: " + type.getBaseType());
H A DDataHandler.java244 "no DCH for MIME type " + getBaseType());
249 "no object DCH for MIME type " + getBaseType());
471 return getCommandMap().getPreferredCommands(getBaseType(),
474 return getCommandMap().getPreferredCommands(getBaseType());
491 return getCommandMap().getAllCommands(getBaseType(), dataSource);
493 return getCommandMap().getAllCommands(getBaseType());
510 return getCommandMap().getCommand(getBaseType(), cmdName,
513 return getCommandMap().getCommand(getBaseType(), cmdName);
599 String simpleMT = getBaseType();
634 private synchronized String getBaseType() { method in class:DataHandler
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DEnumLeafInfoImpl.java182 public NonElement<T,C> getBaseType() { method in class:EnumLeafInfoImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/
H A DContentType.java132 public String getBaseType() { method in class:ContentType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDelegate.java148 public XSTypeDefinition getBaseType() { method in class:XSSimpleTypeDelegate
149 return type.getBaseType();
H A DXSSimpleTypeDecl.java621 public XSTypeDefinition getBaseType(){ method in class:XSSimpleTypeDecl
894 reportError("enumeration-valid-restriction", new Object[]{enumVals.elementAt(i), this.getBaseType().getName()});
2569 if (ancestor.getBaseType() == ancestor) {
2576 type = type.getBaseType();
2599 type = (XSTypeDefinition)type.getBaseType();
2717 type = type.getBaseType();
2757 type = type.getBaseType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java262 public NonElement<NType,NClass> getBaseType() { method in class:CEnumLeafInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DJAXBRIContext.java406 public static @Nullable Type getBaseType(@NotNull Type type, @NotNull Class baseType) { method in class:JAXBRIContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java82 XSType s = x.getBaseType();
97 public XSType getBaseType() { return baseType.getType(); } method in class:ComplexTypeImpl
164 XSType baseType = getBaseType();
216 XSType base = getBaseType();
226 XSComplexType baseType = getBaseType().asComplexType();
242 XSComplexType baseType = getBaseType().asComplexType();
279 XSType base = cType.getBaseType();
H A DSimpleTypeImpl.java95 public XSType getBaseType() { return baseType.getType(); } method in class:SimpleTypeImpl
125 XSType s = x.getBaseType();
H A DSchemaSetImpl.java273 public XSType getBaseType() { return anyType; } method in class:SchemaSetImpl.AnySimpleType
334 public XSType getBaseType() { return this; } method in class:SchemaSetImpl.AnyType
373 XSType base = cType.getBaseType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java86 * All the getter methods (such as <code>getBaseType</code> or
200 public JType getBaseType() { method in class:BIProperty
207 if(next!=null) return next.getBaseType();
504 JType bt = getBaseType();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java223 type = type.getBaseType();
247 type = (XSTypeDefinition)type.getBaseType();
378 type = type.getBaseType();
439 type = type.getBaseType();
514 type = type.getBaseType();
583 public XSTypeDefinition getBaseType() { method in class:XSComplexTypeDecl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DMessageImpl.java497 String baseType = soapPartCType.getBaseType().toLowerCase();
716 public String getBaseType() { method in class:MessageImpl
717 return contentType().getBaseType();

Completed in 622 milliseconds