|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ID | |
---|---|
com.sun.tools.xjc.model | Implementation of the com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.reader | Front-end that reads schema(s) and produce BGM. |
com.sun.tools.xjc.reader.xmlschema | |
com.sun.xml.bind.v2.model.core | The in-memory model of the JAXB-bound beans. |
com.sun.xml.bind.v2.model.impl | Implementation of the com.sun.xml.bind.j2s.model package. |
com.sun.xml.bind.v2.runtime.reflect | Abstraction around accessing data of actual objects. |
Uses of ID in com.sun.tools.xjc.model |
---|
Methods in com.sun.tools.xjc.model that return ID | |
---|---|
ID |
CSingleTypePropertyInfo.id()
|
ID |
CReferencePropertyInfo.id()
A reference property can never be ID/IDREF because they always point to other element classes. |
ID |
CElementPropertyInfo.id()
|
ID |
AbstractCTypeInfoImpl.idUse()
|
ID |
TypeUse.idUse()
Whether the referenced type (individual item type in case of collection) is ID/IDREF. |
ID |
CEnumLeafInfo.idUse()
|
ID |
CBuiltinLeafInfo.idUse()
|
ID |
TypeUseImpl.idUse()
|
Methods in com.sun.tools.xjc.model with parameters of type ID | |
---|---|
static TypeUse |
TypeUseFactory.makeID(TypeUse t,
ID id)
|
Constructors in com.sun.tools.xjc.model with parameters of type ID | |
---|---|
CElementPropertyInfo(String name,
CElementPropertyInfo.CollectionMode collection,
ID id,
javax.activation.MimeType expectedMimeType,
XSComponent source,
CCustomizations customizations,
Locator locator,
boolean required)
|
|
TypeUseImpl(CNonElement itemType,
boolean collection,
ID id,
javax.activation.MimeType expectedMimeType,
CAdapter adapter)
|
Uses of ID in com.sun.tools.xjc.reader |
---|
Methods in com.sun.tools.xjc.reader that return ID | |
---|---|
ID |
RawTypeSet.id()
|
protected abstract ID |
RawTypeSet.Ref.id()
When this RawTypeSet binds to a CElementPropertyInfo ,
this method is used to determine if the property is ID or not. |
Uses of ID in com.sun.tools.xjc.reader.xmlschema |
---|
Methods in com.sun.tools.xjc.reader.xmlschema that return ID | |
---|---|
protected ID |
RawTypeSetBuilder.WildcardRef.id()
|
protected ID |
RawTypeSetBuilder.CClassRef.id()
|
protected ID |
RawTypeSetBuilder.CElementInfoRef.id()
|
protected ID |
RawTypeSetBuilder.XmlTypeRef.id()
|
Uses of ID in com.sun.xml.bind.v2.model.core |
---|
Methods in com.sun.xml.bind.v2.model.core that return ID | |
---|---|
ID |
PropertyInfo.id()
Returns the IDness of the value of this element. |
static ID |
ID.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ID[] |
ID.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ID in com.sun.xml.bind.v2.model.impl |
---|
Methods in com.sun.xml.bind.v2.model.impl that return ID | |
---|---|
ID |
ElementInfoImpl.PropertyImpl.id()
|
ID |
PropertyInfoImpl.id()
|
Uses of ID in com.sun.xml.bind.v2.runtime.reflect |
---|
Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type ID | ||
---|---|---|
static
|
Lister.create(Type fieldType,
ID idness,
Adapter<Type,Class> adapter)
Gets a reference to the appropriate Lister object
if the field is a multi-value field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |