com.sun.tools.xjc.model
Interface CTypeInfo
- All Superinterfaces:
- CCustomizable, com.sun.xml.bind.v2.model.annotation.Locatable, com.sun.xml.bind.v2.model.core.TypeInfo<NType,NClass>
- All Known Subinterfaces:
- CClass, CElement, CNonElement
- All Known Implementing Classes:
- CArrayInfo, CBuiltinLeafInfo, CClassInfo, CClassRef, CElementInfo, CEnumLeafInfo, CWildcardTypeInfo
public interface CTypeInfo
- extends com.sun.xml.bind.v2.model.core.TypeInfo<NType,NClass>, CCustomizable
TypeInfo at the compile-time.
Either CClassInfo, CBuiltinLeafInfo, or CElementInfo.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeInfo |
canBeReferencedByIDREF, getType |
| Methods inherited from interface com.sun.xml.bind.v2.model.annotation.Locatable |
getLocation, getUpstream |
toType
JType toType(Outline o,
Aspect aspect)
- Returns the
JClass that represents the class being bound,
under the given Outline.
- See Also:
NType.toType(Outline, Aspect)
Copyright © 2014 Oracle Corporation. All Rights Reserved.