- java.lang.Object
-
- ilusr.persistencelib.configuration.ValueTypes
-
public class ValueTypes extends Object
- Author:
- Jeff Riggle
-
-
Field Summary
Fields Modifier and Type Field Description static StringBooleanTypestatic StringDoubleTypestatic StringFloatTypestatic StringIntegerTypestatic StringObjectTypestatic StringStringType
-
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
-
-