Uses of Interface
com.sun.tools.xjc.model.CCustomizable

Packages that use CCustomizable
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
 

Uses of CCustomizable in com.sun.tools.xjc.model
 

Subinterfaces of CCustomizable in com.sun.tools.xjc.model
 interface CElement
          Either CElementInfo or CClassInfo.
 interface CNonElement
           
 interface CTypeInfo
          TypeInfo at the compile-time.
 

Classes in com.sun.tools.xjc.model that implement CCustomizable
(package private)  class AbstractCTypeInfoImpl
          Partial implementation of CTypeInfo.
 class CArrayInfo
          TODO: Because s2j doesn't generate the array binding, this is unnecessary.
 class CAttributePropertyInfo
          AttributePropertyInfo for the compiler.
 class CBuiltinLeafInfo
          Encapsulates the default handling for leaf classes (which are bound to text in XML.) In particular this class knows how to convert the lexical value into the Java class according to this default rule.
 class CClassInfo
          Mutable ClassInfo represenatation.
 class CElementInfo
          ElementInfo implementation for the compile-time model.
 class CElementPropertyInfo
          ElementPropertyInfo for the compiler.
 class CEnumLeafInfo
          Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec.
 class CPropertyInfo
           
 class CReferencePropertyInfo
          ReferencePropertyInfo for the compiler.
(package private)  class CSingleTypePropertyInfo
           
 class CValuePropertyInfo
          ValuePropertyInfo implementation for XJC.
 class CWildcardTypeInfo
          CTypeInfo for the DOM node.
 

Methods in com.sun.tools.xjc.model that return CCustomizable
 CCustomizable CCustomizations.getOwner()
          Gets the model component that carries this customization.
 

Methods in com.sun.tools.xjc.model with parameters of type CCustomizable
(package private)  void CCustomizations.setParent(Model model, CCustomizable owner)