Module com.sun.xml.bind
Class ClassLocatable<C>
- java.lang.Object
-
- org.glassfish.jaxb.runtime.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 LocationgetLocation()LocatablegetUpstream()
-
-
-
Method Detail
-
getUpstream
public Locatable getUpstream()
- Specified by:
getUpstreamin interfaceLocatable
-
getLocation
public Location getLocation()
- Specified by:
getLocationin interfaceLocatable
-
-