Interface RuntimeTypeRef
-
- All Superinterfaces:
NonElementRef<Type,Class>
,RuntimeNonElementRef
,TypeRef<Type,Class>
public interface RuntimeTypeRef extends TypeRef<Type,Class>, RuntimeNonElementRef
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimePropertyInfo
getSource()
Gets the property which is the source of this reference.RuntimeNonElement
getTarget()
Target of the reference.-
Methods inherited from interface com.sun.xml.bind.v2.model.runtime.RuntimeNonElementRef
getTransducer
-
Methods inherited from interface com.sun.xml.bind.v2.model.core.TypeRef
getDefaultValue, getTagName, isNillable
-
-
-
-
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
-
getSource
RuntimePropertyInfo getSource()
Description copied from interface:NonElementRef
Gets the property which is the source of this reference.- Specified by:
getSource
in interfaceNonElementRef<Type,Class>
- Specified by:
getSource
in interfaceRuntimeNonElementRef
- Returns:
- never null
-
-