public static enum TaskDelegationStatePropertyDefinition.Status extends Enum<TaskDelegationStatePropertyDefinition.Status>
Enum Constant and Description |
---|
Accepted
The Accepted.
|
NoMatch
The No match.
|
Owned
The Owned.
|
OwnNew
The Own new.
|
Modifier and Type | Method and Description |
---|---|
static TaskDelegationStatePropertyDefinition.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskDelegationStatePropertyDefinition.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskDelegationStatePropertyDefinition.Status NoMatch
public static final TaskDelegationStatePropertyDefinition.Status OwnNew
public static final TaskDelegationStatePropertyDefinition.Status Owned
public static final TaskDelegationStatePropertyDefinition.Status Accepted
public static TaskDelegationStatePropertyDefinition.Status[] values()
for (TaskDelegationStatePropertyDefinition.Status c : TaskDelegationStatePropertyDefinition.Status.values()) System.out.println(c);
public static TaskDelegationStatePropertyDefinition.Status 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 nullCopyright © 2012–2015 Microsoft. All rights reserved.