public enum ClaxonTag extends Enum<ClaxonTag>
| Enum Constant and Description |
|---|
FREE |
PROCESSING |
RELEASED |
TIMEOUT |
WAITED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
static ClaxonTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaxonTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClaxonTag PROCESSING
public static final ClaxonTag FREE
public static final ClaxonTag TIMEOUT
public static final ClaxonTag RELEASED
public static final ClaxonTag WAITED
public static ClaxonTag[] values()
for (ClaxonTag c : ClaxonTag.values()) System.out.println(c);
public static ClaxonTag 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 getDisplay()
Copyright © 2020. All rights reserved.