com.sas.iquery.metadata.business
Enum BusinessGroup.Type

com.sas.iquery.metadata.business.BusinessGroup.Type
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BusinessGroup.Type>
Enclosing interface:
BusinessGroup

public static enum BusinessGroup.Type


Enum Constant Summary
CATEGORY
           
CUBE
           
DIMENSION
           
ELASTIC_FILTER
           
FILTER
           
GROUPED_CATEGORIES
           
GROUPED_MEASURES
           
HIERARCHY
           
MEASURE
           
USER_DEFINED
           
 
Method Summary
static BusinessGroup.Type valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BusinessGroup.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Enum Constant Detail

GROUPED_MEASURES

public static final BusinessGroup.Type GROUPED_MEASURES

GROUPED_CATEGORIES

public static final BusinessGroup.Type GROUPED_CATEGORIES

CATEGORY

public static final BusinessGroup.Type CATEGORY

FILTER

public static final BusinessGroup.Type FILTER

ELASTIC_FILTER

public static final BusinessGroup.Type ELASTIC_FILTER

CUBE

public static final BusinessGroup.Type CUBE

DIMENSION

public static final BusinessGroup.Type DIMENSION

HIERARCHY

public static final BusinessGroup.Type HIERARCHY

USER_DEFINED

public static final BusinessGroup.Type USER_DEFINED

MEASURE

public static final BusinessGroup.Type MEASURE
Method Detail

values

public static BusinessGroup.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BusinessGroup.Type c : BusinessGroup.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BusinessGroup.Type valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null



Copyright © 2009 SAS Institute Inc. All Rights Reserved.