|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CTypeInfo | |
---|---|
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.reader.xmlschema |
Uses of CTypeInfo in com.sun.tools.xjc.model |
---|
Subinterfaces of CTypeInfo in com.sun.tools.xjc.model | |
---|---|
interface |
CElement
Either CElementInfo or CClassInfo . |
interface |
CNonElement
|
Classes in com.sun.tools.xjc.model that implement CTypeInfo | |
---|---|
(package private) class |
AbstractCTypeInfoImpl
Partial implementation of CTypeInfo . |
class |
CArrayInfo
TODO: Because s2j doesn't generate the array binding, this is unnecessary. |
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 |
CEnumLeafInfo
Transducer that converts a string into an "enumeration class." The structure of the generated class needs to precisely follow the JAXB spec. |
class |
CWildcardTypeInfo
CTypeInfo for the DOM node. |
Methods in com.sun.tools.xjc.model that return CTypeInfo | |
---|---|
CTypeInfo |
TypeUseImpl.getInfo()
|
CTypeInfo |
CEnumLeafInfo.getInfo()
|
CTypeInfo |
TypeUse.getInfo()
Individual item type. |
CTypeInfo |
AbstractCTypeInfoImpl.getInfo()
|
CTypeInfo |
CPropertyInfo.parent()
|
Methods in com.sun.tools.xjc.model that return types with arguments of type CTypeInfo | |
---|---|
java.util.Set<? extends CTypeInfo> |
CReferencePropertyInfo.ref()
|
java.util.List<? extends CTypeInfo> |
CSingleTypePropertyInfo.ref()
|
abstract java.util.Collection<? extends CTypeInfo> |
CPropertyInfo.ref()
|
Constructors in com.sun.tools.xjc.model with parameters of type CTypeInfo | |
---|---|
TypeUseImpl(CTypeInfo itemType,
boolean collection,
com.sun.xml.bind.v2.model.core.ID id,
javax.activation.MimeType expectedMimeType,
CAdapter adapter)
|
Uses of CTypeInfo in com.sun.tools.xjc.reader.xmlschema |
---|
Methods in com.sun.tools.xjc.reader.xmlschema that return CTypeInfo | |
---|---|
(package private) CTypeInfo |
ClassSelector._bindToClass(com.sun.xml.xsom.XSComponent sc,
boolean cannotBeDelayed)
|
CTypeInfo |
ClassSelector.bindToType(com.sun.xml.xsom.XSComponent sc)
Checks if the given component is being mapped to a type. |
protected CTypeInfo |
ColorBinder.boundToType(com.sun.xml.xsom.XSComponent sc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |