Uses of Class
com.sun.xml.bind.v2.model.core.PropertyKind

Packages that use PropertyKind
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.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
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
 PropertyKind CValuePropertyInfo.kind()
           
 PropertyKind CReferencePropertyInfo.kind()
           
 PropertyKind CElementPropertyInfo.kind()
           
 PropertyKind CAttributePropertyInfo.kind()
           
 

Uses of PropertyKind in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return PropertyKind
 PropertyKind PropertyInfo.kind()
          Gets the kind of this proeprty.
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.
 

Uses of PropertyKind in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return PropertyKind
 PropertyKind ElementInfoImpl.PropertyImpl.kind()
           
 PropertyKind ValuePropertyInfoImpl.kind()
           
 PropertyKind ElementPropertyInfoImpl.kind()
           
 PropertyKind MapPropertyInfoImpl.kind()
           
 PropertyKind ReferencePropertyInfoImpl.kind()
           
 PropertyKind AttributePropertyInfoImpl.kind()
           
 

Uses of PropertyKind in com.sun.xml.bind.v2.runtime.property
 

Methods in com.sun.xml.bind.v2.runtime.property that return PropertyKind
 PropertyKind Property.getKind()
          Gets the Kind of property
 PropertyKind ListElementProperty.getKind()
           
 PropertyKind SingleElementLeafProperty.getKind()
           
 PropertyKind SingleElementNodeProperty.getKind()
           
 PropertyKind SingleMapNodeProperty.getKind()
           
 PropertyKind SingleReferenceNodeProperty.getKind()
           
 PropertyKind ValueProperty.getKind()
           
 PropertyKind AttributeProperty.getKind()
           
 PropertyKind ArrayElementProperty.getKind()
           
 PropertyKind ArrayReferenceNodeProperty.getKind()