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