| Modifier and Type | Field and Description |
|---|---|
protected Basic |
Status.basic |
| Modifier and Type | Method and Description |
|---|---|
static Basic |
Basic.fromValue(String v) |
Basic |
Status.getBasic()
Ruft den Wert der basic-Eigenschaft ab.
|
static Basic |
Basic.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Basic[] |
Basic.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Status.setBasic(Basic value)
Legt den Wert der basic-Eigenschaft fest.
|
Copyright © 2018. All rights reserved.