Modifier and Type | Field and Description |
---|---|
static ParameterStorage |
DATE
Indicates that the storage type is a date type.
|
static ParameterStorage |
INTEGER
Indicates that the storage type is an integer.
|
static ParameterStorage |
REAL
Indicates that the storage type is a floating point number.
|
static ParameterStorage |
STRING
Indicates that the storage type is a string.
|
static ParameterStorage |
TIME
Indicates that the storage type is a time type.
|
static ParameterStorage |
TIMESTAMP
Indicates that the storage type is a combined time and date type.
|
static ParameterStorage |
UNKNOWN
Indicates that the storage type is unknown.
|
Modifier and Type | Method and Description |
---|---|
static ParameterStorage |
getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
java.lang.Class |
getStorageClass()
Returns the Java class that parameter values with this storage will be returned as.
|
static ParameterStorage[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final ParameterStorage UNKNOWN
public static final ParameterStorage STRING
public static final ParameterStorage INTEGER
public static final ParameterStorage REAL
public static final ParameterStorage TIME
public static final ParameterStorage DATE
public static final ParameterStorage TIMESTAMP
public java.lang.Class getStorageClass()
public static ParameterStorage getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ParameterStorage[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.