public class Value
extends java.lang.Object
excludebinary
.Constructor and Description |
---|
Value() |
Value(java.lang.Object valueToSet) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
convertToString(java.lang.Object value)
Returns the
String representation of the given value depending on
the value type. |
java.lang.Object |
getValue() |
void |
setValue(java.lang.Object value) |
java.lang.String |
toString() |
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String convertToString(java.lang.Object value)
String
representation of the given value depending on
the value type. Formats:
Date
values it in a way configured via configuration
property: dateformat
,byte[]
values are converted to String
Hexadecimal
representation, unless configuration property exclidebinary=true
is
set.value
-