com.sun.xml.bind.v2.model.annotation
Class ClassLocatable<C>

java.lang.Object
  extended by com.sun.xml.bind.v2.model.annotation.ClassLocatable<C>

public class ClassLocatable<C>
extends java.lang.Object

Locatable implementation for a class.


Constructor Summary
ClassLocatable(Locatable upstream, C clazz, Navigator<?,C,?,?> nav)
           
 
Method Summary
 Location getLocation()
           
 Locatable getUpstream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLocatable

public ClassLocatable(Locatable upstream,
                      C clazz,
                      Navigator<?,C,?,?> nav)
Method Detail

getUpstream

public Locatable getUpstream()

getLocation

public Location getLocation()