|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GrouperCheckConfig.CheckGroupResult>
edu.internet2.middleware.grouper.misc.GrouperCheckConfig.CheckGroupResult
public static enum GrouperCheckConfig.CheckGroupResult
result from check group
| Enum Constant Summary | |
|---|---|
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 |
|
| Method Summary | |
|---|---|
static GrouperCheckConfig.CheckGroupResult |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
public static GrouperCheckConfig.CheckGroupResult[] values()
for (GrouperCheckConfig.CheckGroupResult c : GrouperCheckConfig.CheckGroupResult.values()) System.out.println(c);
public static GrouperCheckConfig.CheckGroupResult valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||