com.sun.xml.bind.v2.model.core
Interface ValuePropertyInfo<T,C>

All Superinterfaces:
AnnotationSource, NonElementRef<T,C>, PropertyInfo<T,C>
All Known Subinterfaces:
RuntimeValuePropertyInfo
All Known Implementing Classes:
CValuePropertyInfo

public interface ValuePropertyInfo<T,C>
extends PropertyInfo<T,C>, NonElementRef<T,C>

Value PropertyInfo.


Method Summary
 Adapter<T,C> getAdapter()
           
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent, ref
 
Methods inherited from interface com.sun.xml.bind.v2.model.annotation.AnnotationSource
hasAnnotation, readAnnotation
 
Methods inherited from interface com.sun.xml.bind.v2.model.core.NonElementRef
getSource, getTarget
 

Method Detail

getAdapter

Adapter<T,C> getAdapter()
Specified by:
getAdapter in interface PropertyInfo<T,C>
Returns:
null if the property is not adapted.