Uses of Interface
com.sun.xml.bind.v2.model.core.PropertyInfo
Packages that use PropertyInfo
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.The in-memory model of the JAXB-bound beans.
Implementation of the com.sun.xml.bind.j2s.model package.
The specialization of
com.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 PropertyInfoModifier and TypeClassDescriptionfinal class
AttributePropertyInfo
for the compiler.final class
ElementPropertyInfo
for the compiler.class
Model of a property to be generated.final class
ReferencePropertyInfo
for the compiler.final class
ValuePropertyInfo
implementation for XJC.Methods in com.sun.tools.xjc.model that return PropertyInfo -
Uses of PropertyInfo in com.sun.xml.bind.v2.model.core
Subinterfaces of PropertyInfo in com.sun.xml.bind.v2.model.coreModifier and TypeInterfaceDescriptioninterface
AttributePropertyInfo
.interface
ElementPropertyInfo<T,
C> Property that maps to an element.interface
MapPropertyInfo<T,
C> Property that maps to the following schema fragment.interface
PropertyInfo
that holds references to otherElement
s.interface
ValuePropertyInfo<T,
C> ValuePropertyInfo
.Methods in com.sun.xml.bind.v2.model.core that return PropertyInfoModifier and TypeMethodDescriptionClassInfo.getProperty
(String name) Gets the property that has the specified name.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 PropertyInfoModifier and TypeMethodDescriptionList
<? 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 PropertyInfoMethods in com.sun.xml.bind.v2.model.impl that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionList
<? 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.runtimeModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
PropertyInfo
that exposes more information.interface
interface