Uses of Interface
com.sun.xml.bind.v2.model.core.NonElementRef
-
Packages that use NonElementRef 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.runtime The specialization ofcom.sun.xml.bind.v2.model.core
for the runtime. -
-
Uses of NonElementRef in com.sun.tools.xjc.model
Classes in com.sun.tools.xjc.model that implement NonElementRef Modifier and Type Class Description class
CAttributePropertyInfo
AttributePropertyInfo
for the compiler.class
CTypeRef
TypeRef
for XJC.class
CValuePropertyInfo
ValuePropertyInfo
implementation for XJC. -
Uses of NonElementRef in com.sun.xml.bind.v2.model.core
Subinterfaces of NonElementRef in com.sun.xml.bind.v2.model.core Modifier and Type Interface Description interface
AttributePropertyInfo<T,C>
AttributePropertyInfo
.interface
TypeRef<T,C>
Information about a type referenced fromElementPropertyInfo
.interface
ValuePropertyInfo<T,C>
ValuePropertyInfo
. -
Uses of NonElementRef in com.sun.xml.bind.v2.model.runtime
Subinterfaces of NonElementRef in com.sun.xml.bind.v2.model.runtime Modifier and Type Interface Description interface
RuntimeAttributePropertyInfo
interface
RuntimeNonElementRef
Runtime version ofNonElementRef
.interface
RuntimeTypeRef
interface
RuntimeValuePropertyInfo
-