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

Class MapPropertyInfoImpl<T,C,F,M>

class MapPropertyInfoImpl<T,C,F,M> extends PropertyInfoImpl<T,C,F,M> implements MapPropertyInfo<T,C>

Constructor Summary
MapPropertyInfoImpl(ClassInfoImpl<T,C,F,M> ci, PropertySeed<T,C,F,M> seed)
Method Summary
NonElement<T,C>getKeyType()
NonElement<T,C>getTarget(T type)
NonElement<T,C>getValueType()
QNamegetXmlName()
booleanisCollectionNillable()
PropertyKindkind()
Collection<? extends TypeInfo<T,C>>ref()

Constructor Detail

MapPropertyInfoImpl

public MapPropertyInfoImpl(ClassInfoImpl<T,C,F,M> ci, PropertySeed<T,C,F,M> seed)

Method Detail

getKeyType

public NonElement<T,C> getKeyType()

getTarget

public NonElement<T,C> getTarget(T type)

getValueType

public NonElement<T,C> getValueType()

getXmlName

public QName getXmlName()

isCollectionNillable

public boolean isCollectionNillable()

kind

public final PropertyKind kind()

ref

public Collection<? extends TypeInfo<T,C>> ref()