public enum TrackerType extends Enum<TrackerType> implements TrackerType
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TrackerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrackerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackerType JIRA
public static final TrackerType BUGZILLA
public static TrackerType[] values()
for (TrackerType c : TrackerType.values()) System.out.println(c);
public static 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 nullpublic String toString()
toString in interface TrackerTypetoString in class Enum<TrackerType>Copyright © 2017 JBoss by Red Hat. All rights reserved.