Uses of Class
javax.jcr.ValueFormatException

Packages that use ValueFormatException
javax.jcr Provides interfaces and classes for the Content Repository for Java Technology. 
 

Uses of ValueFormatException in javax.jcr
 

Methods in javax.jcr that throw ValueFormatException
 Value ValueFactory.createValue(java.lang.String value, int type)
          Returns a Value object of the PropertyType specified by type with the specified value.
 java.lang.String Value.getString()
          Returns a String representation of this value.
 long Value.getLong()
          Returns a long representation of this value.
 double Value.getDouble()
          Returns a double representation of this value.
 java.util.Calendar Value.getDate()
          Returns a Calendar representation of this value.
 boolean Value.getBoolean()
          Returns a Boolean representation of this value.
 void Property.setValue(Value value)
          Sets the value of this property to value.
 void Property.setValue(Value[] values)
          Sets the value of this property to the values array.
 void Property.setValue(java.lang.String value)
          Sets the value of this property to value.
 void Property.setValue(java.lang.String[] values)
          Sets the value of this property to the values array.
 void Property.setValue(java.io.InputStream value)
          Sets the value of this property to value.
 void Property.setValue(long value)
          Sets the value of this property to value.
 void Property.setValue(double value)
          Sets the value of this property to value.
 void Property.setValue(java.util.Calendar value)
          Sets the value of this property to value.
 void Property.setValue(boolean value)
          Sets the value of this property to value.
 void Property.setValue(Node value)
          Sets this REFERENCE property to refer to the specified node.
 Value Property.getValue()
          Returns the value of this property as a generic Value object.
 Value[] Property.getValues()
          Returns an array of all the values of this property.
 java.lang.String Property.getString()
          Returns a String representation of the value of this property.
 java.io.InputStream Property.getStream()
          Returns an InputStream representation of the value of this property.
 long Property.getLong()
          Returns a long representation of the value of this property.
 double Property.getDouble()
          Returns a double representation of the value of this property.
 java.util.Calendar Property.getDate()
          Returns a Calendar representation of the value of this property.
 boolean Property.getBoolean()
          Returns a boolean representation of the value of this property.
 Node Property.getNode()
          If this property is of type REFERENCE this method returns the node to which this property refers.
 long Property.getLength()
          Returns the length of the value of this property.
 long[] Property.getLengths()
          Returns an array holding the lengths of the values of this (multi-value) property in bytes if the values are PropertyType.BINARY, otherwise it returns the number of characters needed to display the value in its string form.
 Property Node.setProperty(java.lang.String name, Value value)
          Sets the specified (single-value) property of this node to the specified value.
 Property Node.setProperty(java.lang.String name, Value value, int type)
          Sets the specified (single-value) property to the specified value.
 Property Node.setProperty(java.lang.String name, Value[] values)
          Sets the specified (multi-value) property to the specified array of values.
 Property Node.setProperty(java.lang.String name, Value[] values, int type)
          Sets the specified (multi-value) property to the specified array of values.
 Property Node.setProperty(java.lang.String name, java.lang.String[] values)
          Sets the specified property to the specified array of values.
 Property Node.setProperty(java.lang.String name, java.lang.String[] values, int type)
          Sets the specified property to the specified array of values and to the specified type.
 Property Node.setProperty(java.lang.String name, java.lang.String value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, java.lang.String value, int type)
          Sets the specified (single-value) property to the specified value.
 Property Node.setProperty(java.lang.String name, java.io.InputStream value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, boolean value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, double value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, long value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, java.util.Calendar value)
          Sets the specified property to the specified value.
 Property Node.setProperty(java.lang.String name, Node value)
          Sets the specified (REFERENCE)property to refer to the specified Node.
 



Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.