public static enum DataField.Cyclic extends Enum<DataField.Cyclic> implements StringValue<DataField.Cyclic>
| Modifier and Type | Method and Description |
|---|---|
static DataField.Cyclic |
fromValue(String v) |
String |
toString() |
String |
value() |
static DataField.Cyclic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataField.Cyclic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataField.Cyclic ZERO
public static final DataField.Cyclic ONE
public static DataField.Cyclic[] values()
for (DataField.Cyclic c : DataField.Cyclic.values()) System.out.println(c);
public static DataField.Cyclic 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 value()
value in interface StringValue<DataField.Cyclic>public static DataField.Cyclic fromValue(String v)
public String toString()
toString in class Enum<DataField.Cyclic>Copyright © 2022. All rights reserved.