Class ClassLocatable<C>
java.lang.Object
com.sun.xml.bind.v2.model.annotation.ClassLocatable<C>
- All Implemented Interfaces:
Locatable
Locatable implementation for a class.- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the location object that this object points to.Gets the upstreamLocationinformation.
-
Constructor Details
-
Method Details
-
getUpstream
Description copied from interface:LocatableGets the upstreamLocationinformation.- Specified by:
getUpstreamin interfaceLocatable- Returns:
- can be null.
-
getLocation
Description copied from interface:LocatableGets the location object that this object points to. This operation could be inefficient and costly.- Specified by:
getLocationin interfaceLocatable
-