Uses of Interface
com.sun.xml.bind.v2.model.core.PropertyInfo

Packages that use PropertyInfo
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
 

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

Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.core
 interface AttributePropertyInfo<T,C>
          Attribute PropertyInfo.
 interface ElementPropertyInfo<T,C>
          Property that maps to an element.
 interface MapPropertyInfo<T,C>
          Property that maps to the following schema fragment.
 interface ReferencePropertyInfo<T,C>
          PropertyInfo that holds references to other Elements.
 interface ValuePropertyInfo<T,C>
          Value PropertyInfo.
 

Methods in com.sun.xml.bind.v2.model.core that return PropertyInfo
 PropertyInfo<T,C> ClassInfo.getProperty(java.lang.String name)
          Gets the property that has the specified name.
 PropertyInfo<T,C> NonElementRef.getSource()
          Gets the property which is the source of this reference.
 

Methods in com.sun.xml.bind.v2.model.core that return types with arguments of type PropertyInfo
 java.util.List<? extends PropertyInfo<T,C>> ClassInfo.getProperties()
          Returns all the properties newly declared in this class.