Searched defs:SimpleType (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/xmlschema/
H A DSimpleType.java33 public interface SimpleType interface in inherits:Annotated,SimpleDerivation,TypedXmlWriter
39 public SimpleType _final(String value);
42 public SimpleType _final(String[] value);
45 public SimpleType name(String value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DRef.java70 public static interface SimpleType extends Ref.Type { interface in class:Ref
/openjdk7/jdk/src/share/classes/javax/management/openmbean/
H A DSimpleType.java46 * The <code>SimpleType</code> class is the <i>open type</i> class whose instances describe
52 * Given a <code>SimpleType</code> instance describing values whose Java class name is <i>className</i>,
53 * the internal fields corresponding to the name and description of this <code>SimpleType</code> instance
60 public final class SimpleType<T> extends OpenType<T> { class in inherits:OpenType
65 // SimpleType instances.
66 // IF YOU ADD A SimpleType, YOU MUST UPDATE OpenType and typeArray
69 * The <code>SimpleType</code> instance describing values whose
72 public static final SimpleType<Void> VOID =
73 new SimpleType<Void>(Void.class);
76 * The <code>SimpleType</cod
178 private SimpleType(Class<T> valueClass) { method in class:SimpleType
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/
H A DDelayedRef.java136 public static class SimpleType extends DelayedRef implements Ref.SimpleType { class in class:DelayedRef
137 public SimpleType( PatcherManager manager, Locator loc, SchemaImpl schema, UName name ) { method in class:DelayedRef.SimpleType
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DType.java68 R visitSimpleType(SimpleType type, P p);
93 public static class SimpleType extends Type { class in class:Type
94 public SimpleType(String name) { method in class:Type.SimpleType

Completed in 271 milliseconds