public static enum WsAttributeAssignLookup.AttributeAssignResult extends Enum<WsAttributeAssignLookup.AttributeAssignResult>
| Enum Constant and Description |
|---|
ATTRIBUTE_ASSIGN_NOT_FOUND
cant find the attributeAssign
|
INVALID_QUERY
incvalid query (e.g.
|
SUCCESS
found the attributeAssign
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSuccess()
if this is a successful result
|
static WsAttributeAssignLookup.AttributeAssignResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WsAttributeAssignLookup.AttributeAssignResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WsAttributeAssignLookup.AttributeAssignResult SUCCESS
public static final WsAttributeAssignLookup.AttributeAssignResult ATTRIBUTE_ASSIGN_NOT_FOUND
public static final WsAttributeAssignLookup.AttributeAssignResult INVALID_QUERY
public static WsAttributeAssignLookup.AttributeAssignResult[] values()
for (WsAttributeAssignLookup.AttributeAssignResult c : WsAttributeAssignLookup.AttributeAssignResult.values()) System.out.println(c);
public static WsAttributeAssignLookup.AttributeAssignResult valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isSuccess()
Copyright © 2016 Internet2. All rights reserved.