public boolean getBoolean() throws ValueFormatException, RepositoryException(Code)(Java Doc) public Calendar getDate() throws ValueFormatException, RepositoryException(Code)(Java Doc) public PropertyDefinition getDefinition() throws RepositoryException(Code)(Java Doc) public double getDouble() throws ValueFormatException, RepositoryException(Code)(Java Doc) public long getLength() throws ValueFormatException, RepositoryException(Code)(Java Doc) public long[] getLengths() throws ValueFormatException, RepositoryException(Code)(Java Doc) public long getLong() throws ValueFormatException, RepositoryException(Code)(Java Doc) public Node getNode() throws ValueFormatException, RepositoryException(Code)(Java Doc) public InputStream getStream() throws ValueFormatException, RepositoryException(Code)(Java Doc) public String getString() throws ValueFormatException, RepositoryException(Code)(Java Doc) public int getType() throws RepositoryException(Code)(Java Doc) public Value getValue() throws ValueFormatException, RepositoryException(Code)(Java Doc) public Value[] getValues() throws ValueFormatException, RepositoryException(Code)(Java Doc) public void setValue(Value value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(Value[] values) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(String value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(String[] values) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(InputStream value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(long value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(double value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(Calendar value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(boolean value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc) public void setValue(Node value) throws ValueFormatException, VersionException, LockException, ConstraintViolationException, RepositoryException(Code)(Java Doc)
|