public static enum Defect.TrackerType extends Enum<Defect.TrackerType>
| Modifier and Type | Method and Description |
|---|---|
static Defect.TrackerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Defect.TrackerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Defect.TrackerType BUGZILLA
public static final Defect.TrackerType JIRA
public static Defect.TrackerType[] values()
for (Defect.TrackerType c : Defect.TrackerType.values()) System.out.println(c);
public static Defect.TrackerType 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 © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.