public static enum AgentAssignmentMap.AgentAssignmentCheckResult extends Enum<AgentAssignmentMap.AgentAssignmentCheckResult>
Enum Constant and Description |
---|
AGENT_DOES_NOT_MEET_ASSIGNMENT_REQUIREMENTS |
AGENT_EXCLUSIVELY_ASSIGNED_ELSEWHERE |
AGENT_MEETS_ASSIGNMENT_REQUIREMENTS |
NO_AGENT_ASSIGNMENTS |
Modifier and Type | Method and Description |
---|---|
boolean |
isCanExecute() |
static AgentAssignmentMap.AgentAssignmentCheckResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentAssignmentMap.AgentAssignmentCheckResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentAssignmentMap.AgentAssignmentCheckResult AGENT_DOES_NOT_MEET_ASSIGNMENT_REQUIREMENTS
public static final AgentAssignmentMap.AgentAssignmentCheckResult AGENT_MEETS_ASSIGNMENT_REQUIREMENTS
public static final AgentAssignmentMap.AgentAssignmentCheckResult AGENT_EXCLUSIVELY_ASSIGNED_ELSEWHERE
public static final AgentAssignmentMap.AgentAssignmentCheckResult NO_AGENT_ASSIGNMENTS
public static AgentAssignmentMap.AgentAssignmentCheckResult[] values()
for (AgentAssignmentMap.AgentAssignmentCheckResult c : AgentAssignmentMap.AgentAssignmentCheckResult.values()) System.out.println(c);
public static AgentAssignmentMap.AgentAssignmentCheckResult 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 isCanExecute()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.