Uses of Class
org.w3c.ddr.simple.exception.ValueException

Packages that use ValueException
org.w3c.ddr.simple   
 

Uses of ValueException in org.w3c.ddr.simple
 

Methods in org.w3c.ddr.simple that throw ValueException
 boolean PropertyValue.getBoolean()
          Returns the Boolean value of the property.
 double PropertyValue.getDouble()
          Returns the double value of the property, in the default units specified in its vocabulary.
 java.lang.String[] PropertyValue.getEnumeration()
          Returns the value of the property as a list of strings.
 float PropertyValue.getFloat()
          Returns the float value of the property, in the default units specified in its vocabulary.
 int PropertyValue.getInteger()
          Returns the integer value of the property, in the default units specified in its vocabulary.
 long PropertyValue.getLong()
          Returns the long value of the property, in the default units specified in its vocabulary.
 java.lang.String PropertyValue.getString()
          Returns the string value of the property, or a string version of the property.