public static enum GroupMemberPresenter.DumpMode extends Enum<GroupMemberPresenter.DumpMode>
Enum Constant and Description |
---|
INCLUDE_TRANSITIVE |
OMIT_TRANSITIVE |
Modifier and Type | Method and Description |
---|---|
static GroupMemberPresenter.DumpMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupMemberPresenter.DumpMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupMemberPresenter.DumpMode INCLUDE_TRANSITIVE
public static final GroupMemberPresenter.DumpMode OMIT_TRANSITIVE
public static GroupMemberPresenter.DumpMode[] values()
for (GroupMemberPresenter.DumpMode c : GroupMemberPresenter.DumpMode.values()) System.out.println(c);
public static GroupMemberPresenter.DumpMode 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 © 2016 Magnolia International Ltd.. All rights reserved.