Package com.sun.xml.xsom.impl
Interface Ref.Term
-
- All Known Subinterfaces:
Ref.Element
- All Known Implementing Classes:
DelayedRef.Element,DelayedRef.ModelGroup,ElementDecl,ModelGroupDeclImpl,ModelGroupImpl,WildcardImpl,WildcardImpl.Any,WildcardImpl.Finite,WildcardImpl.Other
- Enclosing class:
- Ref
public static interface Ref.Term
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSTermgetTerm()Obtains a reference as a term.
-
-
-
Method Detail
-
getTerm
XSTerm getTerm()
Obtains a reference as a term.
-
-