| Modifier and Type | Method and Description |
|---|---|
static StateVal |
StateVal.forValue(int valueArg) |
StateVal |
ModifyStateInput.getStateValue() |
StateVal |
StateChangeInd.getStateValue() |
StateVal |
ModifyStateOutput.getStateValue() |
static StateVal |
StateVal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateVal[] |
StateVal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StateVal |
StateBuilder.getValue() |
StateVal |
State.getValue() |
| Modifier and Type | Method and Description |
|---|---|
StateBuilder |
StateBuilder.setValue(StateVal value) |
| Modifier and Type | Method and Description |
|---|---|
StateVal |
ModifyStateInputBuilder.getStateValue() |
StateVal |
ModifyStateOutputBuilder.getStateValue() |
StateVal |
StateChangeIndBuilder.getStateValue() |
| Modifier and Type | Method and Description |
|---|---|
ModifyStateInputBuilder |
ModifyStateInputBuilder.setStateValue(StateVal value) |
ModifyStateOutputBuilder |
ModifyStateOutputBuilder.setStateValue(StateVal value) |
StateChangeIndBuilder |
StateChangeIndBuilder.setStateValue(StateVal value) |
Copyright © 2016 OpenDaylight. All rights reserved.