Searched refs:getTypeName (Results 1 - 25 of 103) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpValue.java49 return "[" + getTypeName() + "] " + toString();
64 public abstract String getTypeName() ; method in class:SnmpValue
H A DSnmpCounter.java89 final public String getTypeName() { method in class:SnmpCounter
H A DSnmpGauge.java89 final public String getTypeName() { method in class:SnmpGauge
H A DSnmpOpaque.java90 final public String getTypeName() { method in class:SnmpOpaque
H A DSnmpUnsignedInt.java93 public String getTypeName() { method in class:SnmpUnsignedInt
H A DSnmpNull.java141 final public String getTypeName() { method in class:SnmpNull
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DBuiltinLeafInfo.java50 public QName getTypeName(); method in interface:BuiltinLeafInfo
H A DNonElement.java53 QName getTypeName(); method in interface:NonElement
/openjdk7/jaxp/src/org/w3c/dom/
H A DTypeInfo.java128 public String getTypeName(); method in interface:TypeInfo
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DTabularType.java244 if (!getTypeName().equals(tt.getTypeName()) ||
289 if ( ! this.getTypeName().equals(other.getTypeName()) ) {
330 value += this.getTypeName().hashCode();
362 .append(getTypeName())
H A DCompositeType.java265 * <li>{@link #getTypeName() this.getTypeName()} equals
266 * {@code ct.getTypeName()}, and
275 * TabularType#getTypeName() typeName} and {@linkplain
322 * CompositeType with the same name ({@link #getTypeName()}), and
336 if (!ct.getTypeName().equals(getTypeName()))
386 if ( ! this.getTypeName().equals(other.getTypeName()) ) {
422 value += this.getTypeName()
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCArrayInfo.java59 assert itemType.getTypeName()!=null;
60 this.typeName = ArrayInfoImpl.calcArrayTypeName(itemType.getTypeName());
67 public QName getTypeName() { method in class:CArrayInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DArrayInfoImpl.java65 QName n = itemType.getTypeName();
68 nav().getTypeName(componentType)),this));
91 public QName getTypeName() { method in class:ArrayInfoImpl
117 return nav().getTypeName(arrayType);
H A DLeafInfoImpl.java68 public QName getTypeName() { method in class:LeafInfoImpl
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DRoot.java59 // See also getTypeName()
97 return getTypeName() + " Reference";
111 public String getTypeName() { method in class:Root
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DArrayType.java168 public String getTypeName ( boolean useQualifiedNames, method in class:ArrayType
172 return super.getTypeName(useQualifiedNames,useIDLNames,globalIDLNames);
174 return super.getTypeName(useQualifiedNames,useIDLNames,globalIDLNames) + brackets;
H A DInterfaceType.java76 writer.p("interface " + getTypeName(false,useIDLNames,false));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DRuntimeUtil.java122 getTypeName(parentObject),
124 getTypeName(childObject) ),
130 private static String getTypeName( Object o ) { method in class:RuntimeUtil
H A DLeafBeanInfoImpl.java82 public QName getTypeName(BeanT instance) { method in class:LeafBeanInfoImpl
83 QName tn = xducer.getTypeName(instance);
86 return super.getTypeName(instance);
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DParameterizedTypeImpl.java113 return TypeMaker.getTypeName(type, false);
129 return TypeMaker.getTypeName(cl, full);
133 s.append(TypeMaker.getTypeName(cl, full));
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeNewArray.java65 public String getTypeName() { method in class:BytecodeNewArray
130 buf.append(getTypeName());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArrayKlass.java67 public String getTypeName() { method in class:TypeArrayKlass
96 tty.print("TypeArrayKlass for " + getTypeName());
/openjdk7/jdk/test/javax/management/mxbean/
H A DTypeNameTest.java98 if (tt.getTypeName().equals(attrTypeName)) {
103 tt.getTypeName());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java216 ns.addDependencyTo(clazz.getTypeName());
222 QName tn = clazz.getTypeName();
271 n.addDependencyTo(bc.getTypeName());
317 ns.addDependencyTo(envm.getTypeName());
323 final QName typeName = envm.getTypeName();
335 n.addDependencyTo(envm.getBaseType().getTypeName());
341 final String namespaceURI = a.getTypeName().getNamespaceURI();
346 n.addDependencyTo(a.getItemType().getTypeName());
369 n.addDependencyTo(type.getTypeName());
400 if(ci.getTypeName()
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DTypeInfoImpl.java95 public String getTypeName() { method in class:TypeInfoImpl

Completed in 100 milliseconds

12345