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 ParameterType |
ParameterType.FLAG
Indicates that the parameter value is one of two values.
|
static ParameterType |
ParameterType.RANGE
Indicates that the parameter value lies between two points on a scale.
|
static ParameterType |
ParameterType.SET
Indicates that the parameter value is one of a (small) set of discrete values.
|
static ParameterType |
ParameterType.TYPELESS
Indicates that the parameter can have any value compatible with its storage.
|
Modifier and Type | Method and Description |
---|---|
static ParameterType |
ParameterType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
ParameterType |
ParameterDefinition.getParameterType()
Returns the measure of this parameter.
|
ParameterType |
ParameterProvider.getParameterType(java.lang.String parameterName)
Returns the type of the named parameter or
null if no such parameter
exists. |
static ParameterType[] |
ParameterType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterProvider.setParameterType(java.lang.String parameterName,
ParameterType type)
Sets the type of the named parameter.
|
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.