Package com.sun.xml.xsom.impl
Interface Ref.Type
-
- All Known Subinterfaces:
Ref.ComplexType
,Ref.SimpleType
- All Known Implementing Classes:
ComplexTypeImpl
,DelayedRef.ComplexType
,DelayedRef.SimpleType
,DelayedRef.Type
,ListSimpleTypeImpl
,RestrictionSimpleTypeImpl
,SimpleTypeImpl
,SubstGroupBaseTypeRef
,UnionSimpleTypeImpl
- Enclosing class:
- Ref
public static interface Ref.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSType
getType()
Obtains a reference as a type.
-
-
-
Method Detail
-
getType
XSType getType()
Obtains a reference as a type.
-
-