Searched refs:getTypeName (Results 51 - 75 of 103) sorted by relevance

12345

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/nav/
H A DNavigator.java107 String getTypeName(T rawType); method in interface:Navigator
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DWildcardTypeImpl.java101 return TypeMaker.getTypeName(env.types.erasure(wildThing), full);
H A DTypeMaker.java106 public static String getTypeName(Type t, boolean full) { method in class:TypeMaker
114 s.insert(0, getTypeName(t, full));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeEnumLeafInfoImpl.java110 return new QName[]{getTypeName()};
154 public QName getTypeName(T instance) { method in class:RuntimeEnumLeafInfoImpl
H A DModelBuilder.java280 QName t = r.getTypeName();
287 Messages.CONFLICTING_XML_TYPE_MAPPING.format(r.getTypeName()),
H A DElementPropertyInfoImpl.java188 nav().getTypeName(ref.getTarget().getType())), this ));
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DAbstractIndexWriter.java171 Util.getTypeName(configuration, cd, false),
242 String classdesc = Util.getTypeName(
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DArrayType.java235 * In other words, the methods <code>getClassName</code> and <code>getTypeName</code> return the same string value.
248 * System.out.println("array type name = " + t.getTypeName());
266 * System.out.println("array type name = " + t3.getTypeName());
328 * In other words, the methods <code>getClassName</code> and <code>getTypeName</code> return the same string value.
341 * System.out.println("array type name = " + t.getTypeName());
758 "(name=" + getTypeName() +
785 * System.out.println("array type name = " + t3.getTypeName());
826 * System.out.println("array type name = " + t.getTypeName());
940 String tn = getTypeName();
1008 String tn = getTypeName();
[all...]
H A DOpenMBeanAttributeInfoSupport.java625 openType.getTypeName();
689 x.getClass().getName() + " to type " + openType.getTypeName();
745 openType.getTypeName());
776 baseType.getTypeName() + " must be same type or a String " +
H A DOpenType.java321 public String getTypeName() { method in class:OpenType
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialInterfaceType.java191 idlName = IDLNames.getTypeName(typeCode,constant);
H A DType.java462 public String getTypeName ( boolean useQualifiedNames, method in class:Type
563 writer.p(getTypeName(useQualifiedNames,useIDLNames,globalIDLNames));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java100 tty.print(klass.getTypeName());
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpString.java262 public String getTypeName() { method in class:SnmpString
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java148 public QName getTypeName() { method in class:CEnumLeafInfo
H A DCPropertyInfo.java304 QName itemType = type.getInfo().getTypeName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRawTypeSetBuilder.java134 return new CTypeRef(ci,ci.getElementName(),ci.getTypeName(),false,null);
/openjdk7/jdk/src/share/classes/sun/management/
H A DMappedMXBeanType.java166 String getTypeName() { method in class:MappedMXBeanType
291 className.append("L" + baseElementType.getTypeName() + ";");
387 className.append("L" + baseElementType.getTypeName() + ";");
441 "[L" + paramType.getTypeName() + ";");
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSComplexTypeDecl.java129 public String getTypeName() { method in class:XSComplexTypeDecl
195 str.append("Complex type name='").append(fTargetNamespace).append(',').append(getTypeName()).append("', ");
/openjdk7/jdk/test/javax/management/openmbean/
H A DArrayTypeTest.java101 if (a.getTypeName().equals(typeName)) {
102 System.out.println("\tArrayType.getTypeName() OK!");
104 System.out.println("\tArrayType.getTypeName() KO!");
142 System.out.println("\tArrayType.getTypeName() = " + a.getTypeName());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DAttrNSImpl.java300 * @see org.w3c.dom.TypeInfo#getTypeName()
302 public String getTypeName() { method in class:AttrNSImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java115 * @see org.w3c.dom.TypeInfo#getTypeName()
117 public String getTypeName() {return null; } method in class:DOM2DTMdefaultNamespaceDeclarationNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/
H A DPackageOutlineImpl.java181 countURI(uriCountMap, ci.getTypeName());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/nav/
H A DNavigatorImpl.java79 public String getTypeName(NType type) { method in class:NavigatorImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/api/
H A DJAXBRIContext.java295 public abstract QName getTypeName(@NotNull TypeReference tr); method in class:JAXBRIContext

Completed in 86 milliseconds

12345