public enum CaseRolesAssignmentFilterBy extends Enum<CaseRolesAssignmentFilterBy>
Enum Constant and Description |
---|
ALL |
ASSIGNED |
UNASSIGNED |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
static CaseRolesAssignmentFilterBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaseRolesAssignmentFilterBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CaseRolesAssignmentFilterBy ALL
public static final CaseRolesAssignmentFilterBy UNASSIGNED
public static final CaseRolesAssignmentFilterBy ASSIGNED
public static CaseRolesAssignmentFilterBy[] values()
for (CaseRolesAssignmentFilterBy c : CaseRolesAssignmentFilterBy.values()) System.out.println(c);
public static CaseRolesAssignmentFilterBy 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 String getLabel()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.