|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsStemLookup.StemFindResult>
edu.internet2.middleware.grouper.ws.coresoap.WsStemLookup.StemFindResult
public static enum WsStemLookup.StemFindResult
result of stem find
Enum Constant Summary | |
---|---|
INVALID_QUERY
incvalid query (e.g. |
|
STEM_NOT_FOUND
cant find the subject |
|
SUCCESS
found the stem |
Method Summary | |
---|---|
abstract WsStemDeleteResult.WsStemDeleteResultCode |
convertToDeleteCode()
convert this code to a delete code |
static WsStemDeleteResult.WsStemDeleteResultCode |
convertToDeleteCodeStatic(WsStemLookup.StemFindResult stemFindResult)
null safe equivalent to convertToDeleteCode |
boolean |
isSuccess()
if this is a successful result |
static WsStemLookup.StemFindResult |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsStemLookup.StemFindResult[] |
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 WsStemLookup.StemFindResult SUCCESS
public static final WsStemLookup.StemFindResult STEM_NOT_FOUND
public static final WsStemLookup.StemFindResult INVALID_QUERY
Method Detail |
---|
public static WsStemLookup.StemFindResult[] values()
for (WsStemLookup.StemFindResult c : WsStemLookup.StemFindResult.values()) System.out.println(c);
public static WsStemLookup.StemFindResult valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic boolean isSuccess()
public abstract WsStemDeleteResult.WsStemDeleteResultCode convertToDeleteCode()
public static WsStemDeleteResult.WsStemDeleteResultCode convertToDeleteCodeStatic(WsStemLookup.StemFindResult stemFindResult)
stemFindResult
- to convert
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |