Class ClassLocatable<C>
- java.lang.Object
-
- com.sun.xml.bind.v2.model.annotation.ClassLocatable<C>
-
-
Constructor Summary
Constructors Constructor Description ClassLocatable(Locatable upstream, C clazz, Navigator<?,C,?,?> nav)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Location
getLocation()
Gets the location object that this object points to.Locatable
getUpstream()
Gets the upstreamLocation
information.
-
-
-
Method Detail
-
getUpstream
public Locatable getUpstream()
Description copied from interface:Locatable
Gets the upstreamLocation
information.- Specified by:
getUpstream
in interfaceLocatable
- Returns:
- can be null.
-
getLocation
public Location getLocation()
Description copied from interface:Locatable
Gets the location object that this object points to. This operation could be inefficient and costly.- Specified by:
getLocation
in interfaceLocatable
-
-