Module com.sun.xml.bind
Class MethodLocatable<M>
- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.model.annotation.MethodLocatable<M>
-
-
Constructor Summary
Constructors Constructor Description MethodLocatable(Locatable upstream, M method, Navigator<?,?,?,M> 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
-
-