public static enum IssueTrack.TrackIssue extends java.lang.Enum<IssueTrack.TrackIssue>
Enum Constant and Description |
---|
DRUM_DELAY_COULNT_BE_APPLIED |
Modifier and Type | Method and Description |
---|---|
static IssueTrack.TrackIssue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IssueTrack.TrackIssue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IssueTrack.TrackIssue DRUM_DELAY_COULNT_BE_APPLIED
public static IssueTrack.TrackIssue[] values()
for (IssueTrack.TrackIssue c : IssueTrack.TrackIssue.values()) System.out.println(c);
public static IssueTrack.TrackIssue valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null