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