public final class ColumnGroupType extends Enum
ColumnGroup
Modifier and Type | Field and Description |
---|---|
static ColumnGroupType |
GENERAL
Indicates that the there are no special semantics associated with this column group.
|
static ColumnGroupType |
MULTI_CATEGORY_SET
Indicates that this column group represents a multi category set.
|
static ColumnGroupType |
MULTI_DICHOTOMY_SET
Indicates that this column group represents a multi dichotomy set.
|
static ColumnGroupType |
SPLIT_GROUP
A group representing the split fields.
|
Modifier and Type | Method and Description |
---|---|
static 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[] |
getValues()
Returns an array containing all the valid values for this enumeration class.
|
public static final ColumnGroupType GENERAL
public static final ColumnGroupType MULTI_CATEGORY_SET
public static final ColumnGroupType MULTI_DICHOTOMY_SET
public static final ColumnGroupType SPLIT_GROUP
public static ColumnGroupType getEnum(java.lang.String name)
null
if
no enumeration exists for the supplied name.name
- the enumeration namenull
public static ColumnGroupType[] getValues()
Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.