Method Summary |
|
public Value | createValue(String value) Creates a value based on a string. |
public Value | createValue(String value, int type) Creates a value based on a string, coerced to the expected PropertyType. |
public Value | createValue(long value) Creates a value based on a long. |
public Value | createValue(double value) Creates a value based on a double. |
public Value | createValue(boolean value) Creates a value based on a boolean. |
public Value | createValue(Calendar value) Creates a value based on a date. |
public Value | createValue(InputStream value) Creates a value based on a binary stream. |
public Value | createValue(Node value) |
protected int | getPropertyType() Returns the expected property type. |