Interface RuntimeValuePropertyInfo
-
- All Superinterfaces:
AnnotationSource
,NonElementRef<Type,Class>
,PropertyInfo<Type,Class>
,RuntimeNonElementRef
,RuntimePropertyInfo
,ValuePropertyInfo<Type,Class>
public interface RuntimeValuePropertyInfo extends ValuePropertyInfo<Type,Class>, RuntimePropertyInfo, RuntimeNonElementRef
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeNonElement
getTarget()
Target of the reference.-
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.PropertyInfo
displayName, getExpectedMimeType, getName, getSchemaType, id, inlineBinaryData, isCollection, kind, parent
-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getSource, getTransducer
-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimePropertyInfo
elementOnlyContent, getAccessor, getIndividualType, getRawType, ref
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.ValuePropertyInfo
getAdapter
-
-
-
-
Method Detail
-
getTarget
RuntimeNonElement getTarget()
Description copied from interface:NonElementRef
Target of the reference.- Specified by:
getTarget
in interfaceNonElementRef<Type,Class>
- Specified by:
getTarget
in interfaceRuntimeNonElementRef
- Returns:
- never null
-
-