com.sun.xml.bind.v2.model.annotation
Class FieldLocatable<F>

java.lang.Object
  extended by com.sun.xml.bind.v2.model.annotation.FieldLocatable<F>

public class FieldLocatable<F>
extends java.lang.Object

Locatable implementation for a field.


Constructor Summary
FieldLocatable(Locatable upstream, F field, Navigator<?,?,F,?> 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

FieldLocatable

public FieldLocatable(Locatable upstream,
                      F field,
                      Navigator<?,?,F,?> nav)
Method Detail

getUpstream

public Locatable getUpstream()

getLocation

public Location getLocation()