Package | Description |
---|---|
com.spss.psapi.core |
This provides the base objects used by other parts of the API.
|
Modifier and Type | Field and Description |
---|---|
static ParameterStorage |
ParameterStorage.DATE
Indicates that the storage type is a date type.
|
static ParameterStorage |
ParameterStorage.INTEGER
Indicates that the storage type is an integer.
|
static ParameterStorage |
ParameterStorage.REAL
Indicates that the storage type is a floating point number.
|
static ParameterStorage |
ParameterStorage.STRING
Indicates that the storage type is a string.
|
static ParameterStorage |
ParameterStorage.TIME
Indicates that the storage type is a time type.
|
static ParameterStorage |
ParameterStorage.TIMESTAMP
Indicates that the storage type is a combined time and date type.
|
static ParameterStorage |
ParameterStorage.UNKNOWN
Indicates that the storage type is unknown.
|
Modifier and Type | Method and Description |
---|---|
static ParameterStorage |
ParameterStorage.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ParameterStorage |
ParameterDefinition.getParameterStorage()
Returns the storage type of this parameter.
|
ParameterStorage |
ParameterProvider.getParameterStorage(java.lang.String parameterName)
Returns the storage of the named parameter or
null if no such parameter
exists. |
static ParameterStorage[] |
ParameterStorage.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterProvider.setParameterStorage(java.lang.String parameterName,
ParameterStorage storage)
Sets the storage of the named parameter.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.