gnu.mapping
Class ReadOnlyLocation

java.lang.Object
  extended by gnu.mapping.Location
      extended by gnu.mapping.ConstrainedLocation
          extended by gnu.mapping.ReadOnlyLocation

public class ReadOnlyLocation
extends ConstrainedLocation


Field Summary
 
Fields inherited from class gnu.mapping.ConstrainedLocation
base, converter
 
Fields inherited from class gnu.mapping.Location
UNBOUND
 
Constructor Summary
ReadOnlyLocation()
           
 
Method Summary
protected  java.lang.Object coerce(java.lang.Object newValue)
           
 boolean isConstant()
           
static ReadOnlyLocation make(Location base)
           
 
Methods inherited from class gnu.mapping.ConstrainedLocation
get, getKeyProperty, getKeySymbol, isBound, make, set, setRestore, setWithSave
 
Methods inherited from class gnu.mapping.Location
entered, get, getBase, getValue, make, make, make, print, setValue, toString, undefine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyLocation

public ReadOnlyLocation()
Method Detail

make

public static ReadOnlyLocation make(Location base)

isConstant

public boolean isConstant()
Overrides:
isConstant in class ConstrainedLocation

coerce

protected java.lang.Object coerce(java.lang.Object newValue)
Overrides:
coerce in class ConstrainedLocation