com.sun.tools.xjc.model
Interface CTypeInfo

All Superinterfaces:
CCustomizable
All Known Subinterfaces:
CClass, CElement, CNonElement
All Known Implementing Classes:
AbstractCElement, AbstractCTypeInfoImpl, CArrayInfo, CBuiltinLeafInfo, CClassInfo, CClassRef, CElementInfo, CEnumLeafInfo, CWildcardTypeInfo

public interface CTypeInfo
extends CCustomizable

TypeInfo at the compile-time. Either CClassInfo, CBuiltinLeafInfo, or CElementInfo.


Method Summary
 com.sun.codemodel.JType toType(Outline o, Aspect aspect)
          Returns the JClass that represents the class being bound, under the given Outline.
 
Methods inherited from interface com.sun.tools.xjc.model.CCustomizable
getCustomizations, getLocator, getSchemaComponent
 

Method Detail

toType

com.sun.codemodel.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)