Class FieldLocatable<F>
java.lang.Object
com.sun.xml.bind.v2.model.annotation.FieldLocatable<F>
- All Implemented Interfaces:
Locatable
Locatable
implementation for a field.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the location object that this object points to.Gets the upstreamLocation
information.
-
Constructor Details
-
Method Details
-
getUpstream
Description copied from interface:Locatable
Gets the upstreamLocation
information.- Specified by:
getUpstream
in interfaceLocatable
- Returns:
- can be null.
-
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
-