com.sun.xml.bind.v2.model.runtime
public interface RuntimePropertyInfo extends PropertyInfo<Type,Class>
Method Summary | |
---|---|
boolean | elementOnlyContent()
Returns true if this property has an element-only content. |
Accessor | getAccessor()
Gets the Accessor for this property.
|
Type | getIndividualType()
Gets the type of the individual item.
|
Type | getRawType()
Gets the "raw" type of the field.
|
Collection<? extends RuntimeTypeInfo> | ref() |
Even for a multi-value property, this method returns an accessor to that property. IOW, the accessor works against the raw type.
This methods returns unoptimized accessor (because optimization accessors are often combined into bigger pieces, and optimization generally works better if you can look at a bigger piece, as opposed to individually optimize a smaller components)
Returns: never null.
See Also: Accessor
Returns: always non-null.
Returns: always non-null.