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