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

Class SingleTypePropertyInfoImpl<T,C,F,M>

abstract class SingleTypePropertyInfoImpl<T,C,F,M> extends PropertyInfoImpl<T,C,F,M>

PropertyInfoImpl that can only have one type. Specifically, AttributePropertyInfoImpl and ValuePropertyInfoImpl.
Constructor Summary
SingleTypePropertyInfoImpl(ClassInfoImpl<T,C,F,M> classInfo, PropertySeed<T,C,F,M> seed)
Method Summary
AccessorgetAccessor()
PropertyInfo<T,C>getSource()
NonElement<T,C>getTarget()
TransducergetTransducer()
voidlink()
List<? extends NonElement<T,C>>ref()

Constructor Detail

SingleTypePropertyInfoImpl

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

Method Detail

getAccessor

public Accessor getAccessor()

getSource

public PropertyInfo<T,C> getSource()

getTarget

public NonElement<T,C> getTarget()

getTransducer

public Transducer getTransducer()

link

public void link()

ref

public List<? extends NonElement<T,C>> ref()