com.sun.xml.bind.v2.model.annotation
Class ClassLocatable<C>
java.lang.Object
com.sun.xml.bind.v2.model.annotation.ClassLocatable<C>
- All Implemented Interfaces:
- Locatable
public class ClassLocatable<C>
- extends Object
- implements Locatable
Locatable implementation for a class.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLocatable
public ClassLocatable(Locatable upstream,
C clazz,
com.sun.xml.bind.v2.model.nav.Navigator<?,C,?,?> nav)
getUpstream
public Locatable getUpstream()
- Specified by:
getUpstream in interface Locatable
getLocation
public Location getLocation()
- Specified by:
getLocation in interface Locatable
Copyright © 2014 Oracle Corporation. All Rights Reserved.