ColumnGroupType
Objects
Subclass of Enum
.
This class enumerates the valid types for a ColumnGroup.
Constants:
GENERAL (ColumnGroupType) :
Indicates that the there are no special semantics associated with this column group.MULTI_CATEGORY_SET (ColumnGroupType) :
Indicates that this column group represents a multi category set.MULTI_DICHOTOMY_SET (ColumnGroupType) :
Indicates that this column group represents a multi dichotomy set.SPLIT_GROUP (ColumnGroupType) :
A group representing the split fields. Ideally the application will keep the fields in the split group consistent with the fields whose role is "split". However, components will use the group to determine the order for the split fields and will typically ignore the "split" role. There should be at most one split group in the data model.
getEnum(name) : ColumnGroupType
name (string) :
the enumeration name
Returns the enumeration with the supplied name or None if no enumeration exists for the supplied name.
getValues() : ColumnGroupType[]
Returns an array containing all the valid values for this enumeration class.