|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WsAttributeDefLookup.AttributeDefFindResult>
edu.internet2.middleware.grouper.ws.soap.WsAttributeDefLookup.AttributeDefFindResult
public static enum WsAttributeDefLookup.AttributeDefFindResult
result of attribute def name find
Enum Constant Summary | |
---|---|
ATTRIBUTE_DEF_NOT_FOUND
cant find the attributeDef |
|
ATTRIBUTE_DEF_UUID_DOESNT_MATCH_NAME
uuid doesnt match name |
|
INVALID_QUERY
incvalid query (e.g. |
|
SUCCESS
found the attributeDef |
Method Summary | |
---|---|
boolean |
isSuccess()
if this is a successful result |
static WsAttributeDefLookup.AttributeDefFindResult |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WsAttributeDefLookup.AttributeDefFindResult[] |
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 WsAttributeDefLookup.AttributeDefFindResult SUCCESS
public static final WsAttributeDefLookup.AttributeDefFindResult ATTRIBUTE_DEF_UUID_DOESNT_MATCH_NAME
public static final WsAttributeDefLookup.AttributeDefFindResult ATTRIBUTE_DEF_NOT_FOUND
public static final WsAttributeDefLookup.AttributeDefFindResult INVALID_QUERY
Method Detail |
---|
public static WsAttributeDefLookup.AttributeDefFindResult[] values()
for (WsAttributeDefLookup.AttributeDefFindResult c : WsAttributeDefLookup.AttributeDefFindResult.values()) System.out.println(c);
public static WsAttributeDefLookup.AttributeDefFindResult 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |