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

Interface PropertySeed<T,C,F,M>

interface PropertySeed<T,C,F,M> extends Locatable, AnnotationSource

Exposes the core information that forms a PropertyInfo.
Method Summary
StringgetName()
The name of the property is a spec defined concept --- although it doesn't do so explicitly in anywhere.
TgetRawType()
Gets the actual data type of the field.

Method Detail

getName

public String getName()
The name of the property is a spec defined concept --- although it doesn't do so explicitly in anywhere.

See Also: getName

getRawType

public T getRawType()
Gets the actual data type of the field.

The data of the property is stored by using this type.

The difference between the getIndividualType and this method is clear when the property is a multi-value property. The getIndividualType method returns the type of the item, but this method returns the actual collection type.