public static enum Flushed.Field extends Enum<Flushed.Field>
| Enum Constant and Description |
|---|
COUNT |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Gets field's index.
|
String |
getName()
Gets field's name.
|
String |
toString()
Gets field's attributes to string.
|
static Flushed.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flushed.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Flushed.Field COUNT
public static Flushed.Field[] values()
for (Flushed.Field c : Flushed.Field.values()) System.out.println(c);
public static Flushed.Field 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 int getIndex()
public String getName()
public String toString()
toString in class Enum<Flushed.Field>Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.