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 RuntimePropertyInfogetSource()Gets the property which is the source of this reference.RuntimeNonElementgetTarget()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:NonElementRefTarget of the reference.- Specified by:
getTargetin interfaceNonElementRef<Type,Class>- Specified by:
getTargetin interfaceRuntimeNonElementRef- Returns:
- never null
-
getSource
RuntimePropertyInfo getSource()
Description copied from interface:NonElementRefGets the property which is the source of this reference.- Specified by:
getSourcein interfaceNonElementRef<Type,Class>- Specified by:
getSourcein interfaceRuntimeNonElementRef- Returns:
- never null
-
-