public static enum FieldDataRaw.SPI_IDENT extends Enum<FieldDataRaw.SPI_IDENT>
| Enum Constant and Description |
|---|
NO
No
|
NOT_USED
Nicht benutzt.
|
YES
Yes.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldDataRaw.SPI_IDENT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldDataRaw.SPI_IDENT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldDataRaw.SPI_IDENT YES
public static final FieldDataRaw.SPI_IDENT NO
public static final FieldDataRaw.SPI_IDENT NOT_USED
public static FieldDataRaw.SPI_IDENT[] values()
for (FieldDataRaw.SPI_IDENT c : FieldDataRaw.SPI_IDENT.values()) System.out.println(c);
public static FieldDataRaw.SPI_IDENT 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 © 2015–2016 Thomas Wenzlaff. All rights reserved.