public final class CypherValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CypherText |
EMPTY_STRING |
Constructor and Description |
---|
CypherValues() |
Modifier and Type | Method and Description |
---|---|
static CypherBigDecimal |
bigDecimalValue(java.math.BigDecimal value) |
static CypherBigInt |
bigIntValue(java.math.BigInteger value) |
static CypherBoolean |
booleanValue(boolean value) |
static CypherByteArray |
byteArray(byte[] value) |
static CypherByte |
byteValue(byte value) |
static CypherChar |
charValue(char value) |
static CypherDouble |
doubleValue(double value) |
static CypherFloat |
floatValue(float value) |
static CypherInt |
intValue(int value) |
static CypherLong |
longValue(long value) |
static CypherNumber |
numberValue(java.lang.Number number) |
static CypherShort |
shortValue(short value) |
static CypherTextArray |
stringArray(java.lang.String... value) |
static CypherText |
stringValue(java.lang.String value) |
public static final CypherText EMPTY_STRING
public static CypherInt intValue(int value)
public static CypherLong longValue(long value)
public static CypherByte byteValue(byte value)
public static CypherShort shortValue(short value)
public static CypherBoolean booleanValue(boolean value)
public static CypherChar charValue(char value)
public static CypherDouble doubleValue(double value)
public static CypherFloat floatValue(float value)
public static CypherNumber numberValue(java.lang.Number number)
public static CypherText stringValue(java.lang.String value)
public static CypherTextArray stringArray(java.lang.String... value)
public static CypherByteArray byteArray(byte[] value)
public static CypherBigInt bigIntValue(java.math.BigInteger value)
public static CypherBigDecimal bigDecimalValue(java.math.BigDecimal value)