public static enum Member.MemberType extends Enum<Member.MemberType>
| Enum Constant and Description |
|---|
ALL |
FORMULA |
MEASURE |
NULL
This member is its hierarchy's NULL member (such as is returned by
[Gender].[All Gender].PrevMember, for example). |
REGULAR |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static Member.MemberType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Member.MemberType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Member.MemberType UNKNOWN
public static final Member.MemberType REGULAR
public static final Member.MemberType ALL
public static final Member.MemberType MEASURE
public static final Member.MemberType FORMULA
public static final Member.MemberType NULL
[Gender].[All Gender].PrevMember, for example).public static Member.MemberType[] values()
for (Member.MemberType c : Member.MemberType.values()) System.out.println(c);
public static Member.MemberType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021 Hitachi Vantara. All rights reserved.