Package com.sun.xml.xsom.impl
Interface Ref.SimpleType
-
- All Superinterfaces:
Ref.Type
- All Known Implementing Classes:
DelayedRef.SimpleType,ListSimpleTypeImpl,RestrictionSimpleTypeImpl,SimpleTypeImpl,UnionSimpleTypeImpl
- Enclosing class:
- Ref
public static interface Ref.SimpleType extends Ref.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSSimpleTypegetType()Obtains a reference as a type.
-
-
-
Method Detail
-
getType
XSSimpleType getType()
Description copied from interface:Ref.TypeObtains a reference as a type.
-
-