| Package | Description |
|---|---|
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| com.sun.xml.bind.v2.runtime.property |
| Modifier and Type | Method and Description |
|---|---|
PropertyKind |
CElementPropertyInfo.kind() |
PropertyKind |
CValuePropertyInfo.kind() |
PropertyKind |
CAttributePropertyInfo.kind() |
PropertyKind |
CReferencePropertyInfo.kind() |
| Modifier and Type | Method and Description |
|---|---|
PropertyKind |
PropertyInfo.kind()
Gets the kind of this property.
|
static PropertyKind |
PropertyKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyKind[] |
PropertyKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyKind |
ValueProperty.getKind() |
PropertyKind |
AttributeProperty.getKind() |
PropertyKind |
Property.getKind()
Gets the Kind of property
|
Copyright © 2015 Oracle Corporation. All Rights Reserved.