com.spss.psapi.data

Class ColumnGroupType



  • public final class ColumnGroupType
    extends Enum
    This class enumerates the valid types for a ColumnGroup.
    Since:
    PSAPI 12.0
    Version:
    1.0
    Author:
    Julian Clinton
    See Also:
    ColumnGroup
    Specification Status:
    Under Development
    • Field Detail

      • GENERAL

        public static final ColumnGroupType GENERAL
        Indicates that the there are no special semantics associated with this column group.
      • MULTI_CATEGORY_SET

        public static final ColumnGroupType MULTI_CATEGORY_SET
        Indicates that this column group represents a multi category set.
      • MULTI_DICHOTOMY_SET

        public static final ColumnGroupType MULTI_DICHOTOMY_SET
        Indicates that this column group represents a multi dichotomy set.
      • SPLIT_GROUP

        public static final ColumnGroupType SPLIT_GROUP
        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.
    • Method Detail

      • getEnum

        public static ColumnGroupType getEnum(java.lang.String name)
        Returns the enumeration with the supplied name or null if no enumeration exists for the supplied name.
        Parameters:
        name - the enumeration name
        Returns:
        the enumeration with the supplied name or null
      • getValues

        public static ColumnGroupType[] getValues()
        Returns an array containing all the valid values for this enumeration class.
        Returns:
        an array containing all the valid values for this enumeration class

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.