Modifier and Type | Method and Description |
---|---|
protected MTypeInfo<com.sun.tools.xjc.model.nav.NType,com.sun.tools.xjc.model.nav.NClass> |
XJCCMInfoFactory.getTypeInfo(com.sun.tools.xjc.model.CTypeInfo typeInfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
MBuiltinLeafInfo<T,C extends T> |
interface |
MClassInfo<T,C extends T> |
interface |
MClassRef<T,C extends T> |
interface |
MClassTypeInfo<T,C extends T> |
interface |
MEnumLeafInfo<T,C extends T> |
interface |
MID<T,C extends T> |
interface |
MIDREF<T,C extends T> |
interface |
MIDREFS<T,C extends T> |
interface |
MList<T,C extends T> |
interface |
MPackagedTypeInfo<T,C extends T> |
interface |
MWildcardTypeInfo<T,C extends T> |
Modifier and Type | Method and Description |
---|---|
MTypeInfo<T,C> |
MEnumLeafInfo.getBaseTypeInfo() |
MTypeInfo<T,C> |
MList.getItemTypeInfo() |
MTypeInfo<T,C> |
MElementInfo.getScope() |
MTypeInfo<T,C> |
MTyped.getTypeInfo() |
MTypeInfo<T,C> |
MModelInfo.getTypeInfo(QName typeNam) |
MTypeInfo<T,C> |
MID.getValueTypeInfo() |
MTypeInfo<T,C> |
MIDREF.getValueTypeInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<MTypeInfo<T,C>> |
MModelInfo.getTypeInfos() |
Modifier and Type | Method and Description |
---|---|
MElementInfo<T,C> |
MClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
MEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
Modifier and Type | Class and Description |
---|---|
class |
CMBuiltinLeafInfo<T,C extends T> |
class |
CMClassInfo<T,C extends T> |
class |
CMClassRef<T,C extends T> |
class |
CMEnumLeafInfo<T,C extends T> |
class |
CMID<T,C extends T> |
class |
CMIDREF<T,C extends T> |
class |
CMIDREFS<T,C extends T> |
class |
CMList<T,C extends T> |
class |
CMWildcardTypeInfo<T,C extends T> |
Modifier and Type | Method and Description |
---|---|
protected MTypeInfo<T,C> |
CMInfoFactory.createWildcardTypeInfo(WTI info) |
MTypeInfo<T,C> |
CMEnumLeafInfo.getBaseTypeInfo() |
MTypeInfo<T,C> |
CMList.getItemTypeInfo() |
MTypeInfo<T,C> |
CMElementInfo.getScope() |
MTypeInfo<T,C> |
CMSingleTypePropertyInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementPropertyInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementTypeInfo.getTypeInfo() |
MTypeInfo<T,C> |
CMElementRefPropertyInfo.getTypeInfo() |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.AttributePropertyInfo<T,C> ap) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ElementPropertyInfo<T,C> ep,
com.sun.xml.bind.v2.model.core.TypeRef<T,C> typeRef) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.PropertyInfo<T,C> propertyInfo,
TI typeInfo,
boolean list,
com.sun.xml.bind.v2.model.core.Adapter<T,C> adapter,
com.sun.xml.bind.v2.model.core.ID id,
MimeType mimeType) |
MTypeInfo<T,C> |
CMModel.getTypeInfo(QName typeName) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ReferencePropertyInfo<T,C> rp,
com.sun.xml.bind.v2.model.core.Element<T,C> element) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(TI typeInfo) |
protected MTypeInfo<T,C> |
CMInfoFactory.getTypeInfo(com.sun.xml.bind.v2.model.core.ValuePropertyInfo<T,C> vp) |
MTypeInfo<T,C> |
CMID.getValueTypeInfo() |
MTypeInfo<T,C> |
CMIDREF.getValueTypeInfo() |
Modifier and Type | Method and Description |
---|---|
Collection<MTypeInfo<T,C>> |
CMModel.getTypeInfos() |
Modifier and Type | Method and Description |
---|---|
MElementInfo<T,C> |
CMClassInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
MElementInfo<T,C> |
CMEnumLeafInfo.createElementInfo(MTypeInfo<T,C> scope,
QName substitutionHead) |
Constructor and Description |
---|
CMAttributePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo,
QName attributeName,
boolean required) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MTypeInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue) |
CMElementInfo(MElementInfoOrigin origin,
MPackageInfo _package,
MContainer container,
String localName,
QName elementName,
MTypeInfo<T,C> scope,
MTypeInfo<T,C> typeInfo,
QName substitutionHead,
String defaultValue) |
CMElementPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean nillable,
String defaultValue) |
CMElementRefPropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
boolean required,
MTypeInfo<T,C> typeInfo,
QName elementName,
QName wrapperElementName,
boolean mixed,
boolean domAllowed,
boolean typedObjectAllowed,
String defaultValue) |
CMElementTypeInfo(QName elementName,
MTypeInfo<T,C> typeInfo,
boolean nillable,
String defaultValue) |
CMEnumLeafInfo(MEnumLeafInfoOrigin origin,
C targetClass,
MPackageInfo _package,
MContainer container,
String localName,
MTypeInfo<T,C> baseTypeInfo,
QName elementName,
QName typeName) |
CMID(T targetType,
MTypeInfo<T,C> itemTypeInfo) |
CMIDREF(T targetType,
MTypeInfo<T,C> itemTypeInfo) |
CMIDREFS(T targetType,
MTypeInfo<T,C> itemTypeInfo) |
CMList(T targetType,
MTypeInfo<T,C> itemTypeInfo,
QName typeName) |
CMSingleTypePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
boolean collection,
MTypeInfo<T,C> typeInfo,
boolean required) |
CMValuePropertyInfo(MPropertyInfoOrigin origin,
MClassInfo<T,C> classInfo,
String privateName,
MTypeInfo<T,C> typeInfo) |
Modifier and Type | Method and Description |
---|---|
V |
DefaultTypeInfoVisitor.visitTypeInfo(MTypeInfo<T,C> typeInfo) |
Copyright © 2005–2018. All rights reserved.