Modifier and Type | Field and Description |
---|---|
static StorageType |
DATE
Indicates that the storage type is a date type.
|
static StorageType |
INTEGER
Indicates that the storage type is an integer.
|
static StorageType |
LIST
Indicates that the storage type is a list of primitive values.
|
static StorageType |
REAL
Indicates that the storage type is a floating point number.
|
static StorageType |
STRING
Indicates that the storage type is a string.
|
static StorageType |
TIME
Indicates that the storage type is a time type.
|
static StorageType |
TIMESTAMP
Indicates that the storage type is a combined time and date type.
|
static StorageType |
UNKNOWN
Indicates that the storage type is unknown.
|
Modifier and Type | Method and Description |
---|---|
static StorageType |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static StorageType[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final StorageType UNKNOWN
public static final StorageType STRING
public static final StorageType INTEGER
public static final StorageType REAL
public static final StorageType TIME
public static final StorageType DATE
public static final StorageType TIMESTAMP
public static final StorageType LIST
public static StorageType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static StorageType[] getValues()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.