Uses of Class
org.sadun.util.ObjectPropertyManager.NoSuchPropertyException

Packages that use ObjectPropertyManager.NoSuchPropertyException
org.sadun.util New generic utilities package.  
 

Uses of ObjectPropertyManager.NoSuchPropertyException in org.sadun.util
 

Methods in org.sadun.util that throw ObjectPropertyManager.NoSuchPropertyException
 void ObjectPropertyManager.setProperties(java.util.Properties properties)
           
 void ObjectPropertyManager.setProperty(java.lang.String name, byte value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, short value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, int value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, long value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, char value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, float value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, double value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, boolean value)
          Set the given property with the given value on the wrapped targetObject.
 void ObjectPropertyManager.setProperty(java.lang.String name, java.lang.Object value)
          Set the given property with the given value on the wrapped targetObject.
 java.lang.Object ObjectPropertyManager.getProperty(java.lang.String name)
          Return the value of the given property on the wrapped targetObject.
 boolean ObjectPropertyManager.getBooleanProperty(java.lang.String name)
          Return the value of the property as a boolean, operating promotions when possible
 byte ObjectPropertyManager.getByteProperty(java.lang.String name)
          Return the value of the property as a byte, operating promotions when possible
 short ObjectPropertyManager.getShortProperty(java.lang.String name)
          Return the value of the property as a short, operating promotions when possible
 int ObjectPropertyManager.getIntProperty(java.lang.String name)
          Return the value of the property as an integer, operating promotions when possible
 long ObjectPropertyManager.getLongProperty(java.lang.String name)
          Return the value of the property as a long, operating promotions when possible
 float ObjectPropertyManager.getFloatProperty(java.lang.String name)
          Return the value of the property as a float, operating promotions when possible
 double ObjectPropertyManager.getDoubleProperty(java.lang.String name)
          Return the value of the property as a double, operating promotions when possible
 java.lang.String ObjectPropertyManager.getStringProperty(java.lang.String name)
          Return the value of the property as a String
 char ObjectPropertyManager.getCharProperty(java.lang.String name)
          Return the value of the property as a char