public class TypedData
extends java.lang.Object
| Constructor and Description |
|---|
TypedData() |
| Modifier and Type | Method and Description |
|---|---|
static TypedData |
booleanValue(boolean booleanValue) |
static TypedData |
fractionalValue(double fractionalValue) |
static TypedData |
integralValue(long integralValue) |
static TypedData |
stringValue(java.lang.String stringValue) |
static TypedData |
unknownValue() |
public static TypedData booleanValue(boolean booleanValue)
public static TypedData stringValue(java.lang.String stringValue)
public static TypedData integralValue(long integralValue)
public static TypedData fractionalValue(double fractionalValue)
public static TypedData unknownValue()