public enum SonarAssigneeStatus extends Enum<SonarAssigneeStatus>
| Enum Constant and Description |
|---|
ALL |
ASSIGNED |
UNASSIGNED |
| Modifier and Type | Method and Description |
|---|---|
static String |
getPriorityValueByNameJson() |
static SonarAssigneeStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonarAssigneeStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SonarAssigneeStatus ALL
public static final SonarAssigneeStatus UNASSIGNED
public static final SonarAssigneeStatus ASSIGNED
public static SonarAssigneeStatus[] values()
for (SonarAssigneeStatus c : SonarAssigneeStatus.values()) System.out.println(c);
public static SonarAssigneeStatus 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 static String getPriorityValueByNameJson()
Copyright © 2004-2015. All Rights Reserved.