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