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 PropertyType |
PropertyType.BOOLEAN
Indicates that the value should be a Boolean.
|
static PropertyType |
PropertyType.DATE
Indicates that the value should be a Date.
|
static PropertyType |
PropertyType.DOUBLE
Indicates that the value should be a Double.
|
static PropertyType |
PropertyType.ENUM
Indicates that the value should be a String from a fixed set of values.
|
static PropertyType |
PropertyType.INTEGER
Indicates that the value should be an Integer.
|
static PropertyType |
PropertyType.LIST_BOOLEAN
Indicates that the value should be a List containing boolean values.
|
static PropertyType |
PropertyType.LIST_DATE
Indicates that the value should be a List containing Date values.
|
static PropertyType |
PropertyType.LIST_DOUBLE
Indicates that the value should be a List containing double values.
|
static PropertyType |
PropertyType.LIST_ENUM
Indicates that the value should be a List containing Strings representing a fixed set of Enum values.
|
static PropertyType |
PropertyType.LIST_INTEGER
Indicates that the value should be a List containing integer values.
|
static PropertyType |
PropertyType.LIST_LONG
Indicates that the value should be a List containing Long values.
|
static PropertyType |
PropertyType.LIST_STRING
Indicates that the value should be a List containing String values.
|
static PropertyType |
PropertyType.LIST_STRUCTURED
Indicates that the value should be a List containing structured values.
|
static PropertyType |
PropertyType.LONG
Indicates that the value should be a Long.
|
static PropertyType |
PropertyType.STRING
Indicates that the value should be a String.
|
static PropertyType |
PropertyType.STRUCTURED
Indicates that the value should be an opaque structured object.
|
Modifier and Type | Method and Description |
---|---|
static PropertyType |
PropertyType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
PropertyType |
PropertiedObject.getPropertyType(java.lang.String propertyName)
Returns the
PropertyType for the named property or null
if no such property exists. |
static PropertyType[] |
PropertyType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.