Uses of Class
net.infonode.properties.base.exception.ImmutablePropertyException

Packages that use ImmutablePropertyException
net.infonode.properties.base Base classes for the properties library. 
 

Uses of ImmutablePropertyException in net.infonode.properties.base
 

Methods in net.infonode.properties.base that throw ImmutablePropertyException
 void Property.removeValue(java.lang.Object valueContainer)
          Removes the value of this property from an valueContainer.
 void Property.setValue(java.lang.Object valueContainer, java.lang.Object value)
          Sets the value of this property in an object.