public static enum GrouperCheckConfig.CheckGroupResult extends Enum<GrouperCheckConfig.CheckGroupResult>
| Enum Constant and Description |
|---|
CREATED
group didnt exist, and was created
|
DIDNT_CHECK
group didnt exist, and was created
|
DOESNT_EXIST
group doesnt exist
|
ERROR_CREATING
group created
|
EXISTS
group exists
|
| Modifier and Type | Method and Description |
|---|---|
static GrouperCheckConfig.CheckGroupResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperCheckConfig.CheckGroupResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperCheckConfig.CheckGroupResult DIDNT_CHECK
public static final GrouperCheckConfig.CheckGroupResult CREATED
public static final GrouperCheckConfig.CheckGroupResult DOESNT_EXIST
public static final GrouperCheckConfig.CheckGroupResult ERROR_CREATING
public static final GrouperCheckConfig.CheckGroupResult EXISTS
public static GrouperCheckConfig.CheckGroupResult[] values()
for (GrouperCheckConfig.CheckGroupResult c : GrouperCheckConfig.CheckGroupResult.values()) System.out.println(c);
public static GrouperCheckConfig.CheckGroupResult 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 Internet2. All rights reserved.