public static enum BreinBase.BaseField extends java.lang.Enum<BreinBase.BaseField>
| Enum Constant and Description |
|---|
IP_ADDRESS |
UNIX_TIMESTAMP |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
void |
set(BreinBase base,
java.lang.Object value) |
static BreinBase.BaseField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreinBase.BaseField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BreinBase.BaseField IP_ADDRESS
public static final BreinBase.BaseField UNIX_TIMESTAMP
public static BreinBase.BaseField[] values()
for (BreinBase.BaseField c : BreinBase.BaseField.values()) System.out.println(c);
public static BreinBase.BaseField 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 nullpublic java.lang.String getName()
public void set(BreinBase base, java.lang.Object value)
Copyright © Breinify - All Rights Reserved.