Module org.glassfish.jaxb.runtime
Class FieldLocatable<F>
- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.model.annotation.FieldLocatable<F>
-
- All Implemented Interfaces:
org.glassfish.jaxb.core.v2.model.annotation.Locatable
public class FieldLocatable<F> extends Object implements org.glassfish.jaxb.core.v2.model.annotation.Locatable
Locatableimplementation for a field.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description FieldLocatable(org.glassfish.jaxb.core.v2.model.annotation.Locatable upstream, F field, org.glassfish.jaxb.core.v2.model.nav.Navigator<?,?,F,?> nav)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.glassfish.jaxb.core.v2.runtime.LocationgetLocation()org.glassfish.jaxb.core.v2.model.annotation.LocatablegetUpstream()
-
-
-
Method Detail
-
getUpstream
public org.glassfish.jaxb.core.v2.model.annotation.Locatable getUpstream()
- Specified by:
getUpstreamin interfaceorg.glassfish.jaxb.core.v2.model.annotation.Locatable
-
getLocation
public org.glassfish.jaxb.core.v2.runtime.Location getLocation()
- Specified by:
getLocationin interfaceorg.glassfish.jaxb.core.v2.model.annotation.Locatable
-
-