| Package | Description |
|---|---|
| org.ornet.cdm |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentActivation |
ComponentState.state |
| Modifier and Type | Method and Description |
|---|---|
static ComponentActivation |
ComponentActivation.fromValue(java.lang.String v) |
ComponentActivation |
ComponentState.getState()
Ruft den Wert der state-Eigenschaft ab.
|
static ComponentActivation |
ComponentActivation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentActivation[] |
ComponentActivation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentState.setState(ComponentActivation value)
Legt den Wert der state-Eigenschaft fest.
|