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 StructureAttributeType |
StructureAttributeType.BOOLEAN |
static StructureAttributeType |
StructureAttributeType.DATE |
static StructureAttributeType |
StructureAttributeType.DOUBLE |
static StructureAttributeType |
StructureAttributeType.INTEGER |
static StructureAttributeType |
StructureAttributeType.STRING |
static StructureAttributeType |
StructureAttributeType.STRUCTURE |
Modifier and Type | Method and Description |
---|---|
StructureAttributeType |
StructuredPropertyDefinition.getAttributeType(int index)
Returns the value type of the attribute at the supplied index.
|
static StructureAttributeType |
StructureAttributeType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static StructureAttributeType[] |
StructureAttributeType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.