- java.lang.Object
-
- ilusr.persistencelib.configuration.ValueTypes
-
public class ValueTypes extends Object
- Author:
- Jeff Riggle
-
-
Field Summary
Fields Modifier and Type Field Description static String
BooleanType
static String
DoubleType
static String
FloatType
static String
IntegerType
static String
ObjectType
static String
StringType
-
Constructor Summary
Constructors Constructor Description ValueTypes()
-
-
-
Field Detail
-
StringType
public static final String StringType
- See Also:
- Constant Field Values
-
BooleanType
public static final String BooleanType
- See Also:
- Constant Field Values
-
IntegerType
public static final String IntegerType
- See Also:
- Constant Field Values
-
FloatType
public static final String FloatType
- See Also:
- Constant Field Values
-
DoubleType
public static final String DoubleType
- See Also:
- Constant Field Values
-
ObjectType
public static final String ObjectType
- See Also:
- Constant Field Values
-
-