Module com.sun.xml.bind
Class ClassLocatable<C>
- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.model.annotation.ClassLocatable<C>
-
- All Implemented Interfaces:
org.glassfish.jaxb.core.v2.model.annotation.Locatable
public class ClassLocatable<C> extends Object implements org.glassfish.jaxb.core.v2.model.annotation.Locatable
Locatableimplementation for a class.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ClassLocatable(org.glassfish.jaxb.core.v2.model.annotation.Locatable upstream, C clazz, org.glassfish.jaxb.core.v2.model.nav.Navigator<?,C,?,?> 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
-
-