com.sun.xml.bind.v2.model.core

Interface TypeInfo<T,C>

public interface TypeInfo<T,C> extends Locatable

Either ClassInfo, ElementInfo, or LeafInfo.
Method Summary
booleancanBeReferencedByIDREF()
True if this type is a valid target from a property annotated with XmlIDREF.
TgetType()
Gets the underlying Java type that object represents.

Method Detail

canBeReferencedByIDREF

public boolean canBeReferencedByIDREF()
True if this type is a valid target from a property annotated with XmlIDREF.

getType

public T getType()
Gets the underlying Java type that object represents.

Returns: always non-null.