- java.lang.Object
-
- com.sun.xml.bind.v2.model.annotation.FieldLocatable<F>
-
-
Constructor Summary
Constructors Constructor Description FieldLocatable(Locatable upstream, F field, Navigator<?,?,F,?> 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
-
-