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

java.lang.Object
  extended by com.sun.xml.bind.v2.model.annotation.ClassLocatable<C>
All Implemented Interfaces:
com.sun.xml.bind.v2.model.annotation.Locatable

public class ClassLocatable<C>
extends java.lang.Object
implements com.sun.xml.bind.v2.model.annotation.Locatable

Locatable implementation for a class.


Constructor Summary
ClassLocatable(com.sun.xml.bind.v2.model.annotation.Locatable upstream, C clazz, com.sun.xml.bind.v2.model.nav.Navigator<?,C,?,?> nav)
           
 
Method Summary
 com.sun.xml.bind.v2.runtime.Location getLocation()
           
 com.sun.xml.bind.v2.model.annotation.Locatable getUpstream()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLocatable

public ClassLocatable(com.sun.xml.bind.v2.model.annotation.Locatable upstream,
                      C clazz,
                      com.sun.xml.bind.v2.model.nav.Navigator<?,C,?,?> nav)
Method Detail

getUpstream

public com.sun.xml.bind.v2.model.annotation.Locatable getUpstream()
Specified by:
getUpstream in interface com.sun.xml.bind.v2.model.annotation.Locatable

getLocation

public com.sun.xml.bind.v2.runtime.Location getLocation()
Specified by:
getLocation in interface com.sun.xml.bind.v2.model.annotation.Locatable