Uses of Interface
com.sun.xml.bind.v2.model.core.PropertyInfo
-
Packages that use PropertyInfo 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.model.impl Implementation of the com.sun.xml.bind.j2s.model package.com.sun.xml.bind.v2.model.runtime The specialization ofcom.sun.xml.bind.v2.model.core
for the runtime. -
-
Uses of PropertyInfo in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement PropertyInfo Modifier and Type Class Description class
CAttributePropertyInfo
AttributePropertyInfo
for the compiler.class
CElementPropertyInfo
ElementPropertyInfo
for the compiler.class
CPropertyInfo
Model of a property to be generated.class
CReferencePropertyInfo
ReferencePropertyInfo
for the compiler.class
CValuePropertyInfo
ValuePropertyInfo
implementation for XJC.Methods in com.sun.tools.xjc.model that return PropertyInfo Modifier and Type Method Description PropertyInfo<NType,NClass>
CTypeRef. getSource()
-
Uses of PropertyInfo in com.sun.xml.bind.v2.model.core
Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.core Modifier and Type Interface Description interface
AttributePropertyInfo<T,C>
AttributePropertyInfo
.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 otherElement
s.interface
ValuePropertyInfo<T,C>
ValuePropertyInfo
.Methods in com.sun.xml.bind.v2.model.core that return PropertyInfo Modifier and Type Method Description 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 Modifier and Type Method Description java.util.List<? extends PropertyInfo<T,C>>
ClassInfo. getProperties()
Returns all the properties newly declared in this class. -
Uses of PropertyInfo in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl that return PropertyInfo Modifier and Type Method Description PropertyInfo<T,C>
ClassInfoImpl. getProperty(java.lang.String name)
Methods in com.sun.xml.bind.v2.model.impl that return types with arguments of type PropertyInfo Modifier and Type Method Description java.util.List<? extends PropertyInfo<T,C>>
ClassInfoImpl. getProperties()
-
Uses of PropertyInfo in com.sun.xml.bind.v2.model.runtime
Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.runtime Modifier and Type Interface Description interface
RuntimeAttributePropertyInfo
interface
RuntimeElementPropertyInfo
interface
RuntimeMapPropertyInfo
interface
RuntimePropertyInfo
PropertyInfo
that exposes more information.interface
RuntimeReferencePropertyInfo
interface
RuntimeValuePropertyInfo
-