Module com.sun.xml.bind.core
Interface NonElementRef<T,C>
-
- All Known Subinterfaces:
AttributePropertyInfo<T,C>,TypeRef<T,C>,ValuePropertyInfo<T,C>
public interface NonElementRef<T,C>Reference to aNonElement. This interface defines properties of a reference.- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropertyInfo<T,C>getSource()Gets the property which is the source of this reference.NonElement<T,C>getTarget()Target of the reference.
-
-
-
Method Detail
-
getTarget
NonElement<T,C> getTarget()
Target of the reference.- Returns:
- never null
-
getSource
PropertyInfo<T,C> getSource()
Gets the property which is the source of this reference.- Returns:
- never null
-
-