Searched defs:getType (Results 76 - 100 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSampleLoop.java56 public long getType() { method in class:DLSSampleLoop
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DBogusColorSpace.java43 private static int getType(int numComponents) { method in class:BogusColorSpace
72 super(getType(numComponents), numComponents);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLLIElement.java53 public String getType(); method in interface:HTMLLIElement
H A DHTMLOListElement.java67 public String getType(); method in interface:HTMLOListElement
H A DHTMLStyleElement.java67 public String getType(); method in interface:HTMLStyleElement
H A DHTMLUListElement.java60 public String getType(); method in interface:HTMLUListElement
/openjdk7/jaxp/src/org/w3c/dom/stylesheets/
H A DStyleSheet.java65 public String getType(); method in interface:StyleSheet
/openjdk7/jaxp/src/org/xml/sax/
H A DAttributes.java112 * @see #getType(int)
174 public abstract String getType (int index); method in interface:Attributes
224 * <p>See {@link #getType(int) getType(int)} for a description
234 public abstract String getType (String uri, String localName); method in interface:Attributes
240 * <p>See {@link #getType(int) getType(int)} for a description
248 public abstract String getType (String qName); method in interface:Attributes
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/exporter/
H A DExternalObject.java42 String getType(); method in interface:ExternalObject
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBMapping.java66 TypeAndAnnotation typeAndAnno = rawModel.getType();
91 public JAXBTypeAndAnnotation getType() { method in class:JAXBMapping
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DAccessorElement.java53 public QName getType() { method in class:AccessorElement
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DBeanMappingImpl.java50 public TypeAndAnnotation getType() { method in class:BeanMappingImpl
H A DElementMappingImpl.java59 public TypeAndAnnotation getType() { method in class:ElementMappingImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DUnboxedField.java101 protected JType getType(Aspect aspect) { method in class:UnboxedField
102 return super.getType(aspect).boxify().getPrimitiveType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCWildcardTypeInfo.java57 public NType getType() { method in class:CWildcardTypeInfo
H A DSymbolSpace.java66 public JType getType() { method in class:SymbolSpace
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DElementInfo.java80 T getType(); method in interface:ElementInfo
H A DTypeInfo.java46 T getType(); method in interface:TypeInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeArrayInfoImpl.java45 public Class getType() { method in class:RuntimeArrayInfoImpl
46 return (Class)super.getType();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeArrayInfo.java40 * The same as {@link TypeInfo#getType()} but at the runtime, an array
43 Class getType(); method in interface:RuntimeArrayInfo
H A DRuntimeElementInfo.java45 Class<? extends JAXBElement> getType(); method in interface:RuntimeElementInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DDatatypeWriter.java46 Class<DT> getType(); method in interface:DatatypeWriter
63 public Class<String> getType() {
71 public Class<Integer> getType() {
79 public Class<Float> getType() {
87 public Class<Double> getType() {
95 public Class<QName> getType() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DRelatesToHeader.java58 public String getType() { method in class:RelatesToHeader
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DFieldDeclarationImpl.java65 public TypeMirror getType() { method in class:FieldDeclarationImpl
66 return env.typeMaker.getType(sym.type);
H A DParameterDeclarationImpl.java59 return getType() + " " + sym.name;
90 public TypeMirror getType() { method in class:ParameterDeclarationImpl
91 return env.typeMaker.getType(sym.type);

Completed in 63 milliseconds

1234567891011>>