|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsFindGroupsResults.WsFindGroupsResultCode>
edu.internet2.middleware.grouper.webservices.WsFindGroupsResults.WsFindGroupsResultCode
public static enum WsFindGroupsResults.WsFindGroupsResultCode
result code of a request
Enum Constant Summary | |
---|---|
EXCEPTION
found the subject |
|
INVALID_QUERY
invalid query (e.g. |
|
STEM_NOT_FOUND
cant find the stem in a stem search |
|
SUCCESS
found the subject |
Method Summary | |
---|---|
boolean |
isSuccess()
if this is a successful result |
static WsFindGroupsResults.WsFindGroupsResultCode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsFindGroupsResults.WsFindGroupsResultCode[] |
values()
Returns an array containing the constants of this enum type, in the order they're 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 WsFindGroupsResults.WsFindGroupsResultCode SUCCESS
public static final WsFindGroupsResults.WsFindGroupsResultCode EXCEPTION
public static final WsFindGroupsResults.WsFindGroupsResultCode INVALID_QUERY
public static final WsFindGroupsResults.WsFindGroupsResultCode STEM_NOT_FOUND
Method Detail |
---|
public static final WsFindGroupsResults.WsFindGroupsResultCode[] values()
for(WsFindGroupsResults.WsFindGroupsResultCode c : WsFindGroupsResults.WsFindGroupsResultCode.values()) System.out.println(c);
public static WsFindGroupsResults.WsFindGroupsResultCode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic boolean isSuccess()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |