|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.v2.model.core.Ref<T,C>
public final class Ref<T,C>
Reference to a type in a model. TODO: isn't there a similarity between this and TypeUse in XJC?
Field Summary | |
---|---|
Adapter<T,C> |
adapter
If the reference has an adapter, non-null. |
T |
type
The type being referenced. |
boolean |
valueList
If the type is an array and it is a value list,
true. |
Constructor Summary | |
---|---|
Ref(AnnotationReader<T,C,?,?> reader,
Navigator<T,C,?,?> nav,
T type,
XmlJavaTypeAdapter xjta,
XmlList xl)
|
|
Ref(ModelBuilder<T,C,?,?> builder,
T type,
XmlJavaTypeAdapter xjta,
XmlList xl)
|
|
Ref(T type)
|
|
Ref(T type,
Adapter<T,C> adapter,
boolean valueList)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final T type
If the type is adapted, this field is the same as the adapter's default type.
public final Adapter<T,C> adapter
public final boolean valueList
type
is an array and it is a value list,
true.
Constructor Detail |
---|
public Ref(T type)
public Ref(T type, Adapter<T,C> adapter, boolean valueList)
public Ref(ModelBuilder<T,C,?,?> builder, T type, XmlJavaTypeAdapter xjta, XmlList xl)
public Ref(AnnotationReader<T,C,?,?> reader, Navigator<T,C,?,?> nav, T type, XmlJavaTypeAdapter xjta, XmlList xl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |