Package | Description |
---|---|
com.spss.psapi.data |
This provides support for metadata such as the names, values and types of data.
|
Modifier and Type | Field and Description |
---|---|
static ColumnGroupType |
ColumnGroupType.GENERAL
Indicates that the there are no special semantics associated with this column group.
|
static ColumnGroupType |
ColumnGroupType.MULTI_CATEGORY_SET
Indicates that this column group represents a multi category set.
|
static ColumnGroupType |
ColumnGroupType.MULTI_DICHOTOMY_SET
Indicates that this column group represents a multi dichotomy set.
|
static ColumnGroupType |
ColumnGroupType.SPLIT_GROUP
A group representing the split fields.
|
Modifier and Type | Method and Description |
---|---|
ColumnGroupType |
ColumnGroup.getColumnGroupType()
Returns the type of column group.
|
static ColumnGroupType |
ColumnGroupType.getEnum(java.lang.String name)
Returns the enumeration with the supplied name or
null if
no enumeration exists for the supplied name. |
static ColumnGroupType[] |
ColumnGroupType.getValues()
Returns an array containing all the valid values for this enumeration class.
|
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.