Uses of Class
uk.org.ogsadai.common.properties.PropertyImmutableException

Packages that use PropertyImmutableException
uk.org.ogsadai.common.properties This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. 
 

Uses of PropertyImmutableException in uk.org.ogsadai.common.properties
 

Methods in uk.org.ogsadai.common.properties that throw PropertyImmutableException
abstract  void Property.setValue(java.lang.Object object)
          Set the property value.
 void PropertyCallback.setValue(javax.xml.namespace.QName name, java.lang.Object value)
          Set the value of the property with the given name.