|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsSubjectLookup.MemberFindResult>
edu.internet2.middleware.grouper.ws.coresoap.WsSubjectLookup.MemberFindResult
public static enum WsSubjectLookup.MemberFindResult
result of a subject find
Enum Constant Summary | |
---|---|
INVALID_QUERY
invalid query (e.g. |
|
MEMBER_NOT_FOUND
cant find member |
|
SUCCESS
found the member |
Method Summary | |
---|---|
boolean |
isSuccess()
if this is a successful result |
static WsSubjectLookup.MemberFindResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WsSubjectLookup.MemberFindResult[] |
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 WsSubjectLookup.MemberFindResult SUCCESS
public static final WsSubjectLookup.MemberFindResult INVALID_QUERY
public static final WsSubjectLookup.MemberFindResult MEMBER_NOT_FOUND
Method Detail |
---|
public static WsSubjectLookup.MemberFindResult[] values()
for (WsSubjectLookup.MemberFindResult c : WsSubjectLookup.MemberFindResult.values()) System.out.println(c);
public static WsSubjectLookup.MemberFindResult 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 nullpublic boolean isSuccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |