com.sun.xml.bind.v2.model.impl

Class ReferencePropertyInfoImpl<T,C,F,M>

class ReferencePropertyInfoImpl<T,C,F,M> extends ERPropertyInfoImpl<T,C,F,M> implements ReferencePropertyInfo<T,C>, DummyPropertyInfo<T,C,F,M>

Implementation of ReferencePropertyInfo.
Constructor Summary
ReferencePropertyInfoImpl(ClassInfoImpl<T,C,F,M> classInfo, PropertySeed<T,C,F,M> seed)
Method Summary
voidaddType(PropertyInfoImpl<T,C,F,M> info)
CgetDOMHandler()
Set<? extends Element<T,C>>getElements()
WildcardModegetWildcard()
booleanisMixed()
booleanisRequired()
PropertyKindkind()
voidlink()
Set<? extends Element<T,C>>ref()

Constructor Detail

ReferencePropertyInfoImpl

public ReferencePropertyInfoImpl(ClassInfoImpl<T,C,F,M> classInfo, PropertySeed<T,C,F,M> seed)

Method Detail

addType

public final void addType(PropertyInfoImpl<T,C,F,M> info)

getDOMHandler

public final C getDOMHandler()

getElements

public Set<? extends Element<T,C>> getElements()

getWildcard

public final WildcardMode getWildcard()

isMixed

public final boolean isMixed()

isRequired

public boolean isRequired()

kind

public PropertyKind kind()

link

void link()

ref

public Set<? extends Element<T,C>> ref()