Uses of Class
com.sun.xml.bind.v2.model.core.PropertyKind
-
Packages that use PropertyKind Package Description com.sun.tools.xjc.model Implementation of thecom.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 -
-
Uses of PropertyKind in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return PropertyKind Modifier and Type Method Description PropertyKind
CAttributePropertyInfo. kind()
PropertyKind
CElementPropertyInfo. kind()
PropertyKind
CReferencePropertyInfo. kind()
PropertyKind
CValuePropertyInfo. kind()
-
Uses of PropertyKind in com.sun.xml.bind.v2.model.core
Methods in com.sun.xml.bind.v2.model.core that return PropertyKind Modifier and Type Method Description PropertyKind
PropertyInfo. kind()
Gets the kind of this property.static PropertyKind
PropertyKind. valueOf(java.lang.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. -
Uses of PropertyKind in com.sun.xml.bind.v2.runtime.property
Methods in com.sun.xml.bind.v2.runtime.property that return PropertyKind Modifier and Type Method Description PropertyKind
AttributeProperty. getKind()
PropertyKind
Property. getKind()
Gets the Kind of propertyPropertyKind
ValueProperty. getKind()
-