| Modifier and Type | Method and Description |
|---|---|
static FaultSeverity |
FaultSeverity.forValue(int valueArg) |
FaultSeverity |
FaultInd.getSeverity() |
static FaultSeverity |
FaultSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FaultSeverity[] |
FaultSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FaultSeverity |
FaultBuilder.getSeverity() |
FaultSeverity |
Fault.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
FaultBuilder |
FaultBuilder.setSeverity(FaultSeverity value) |
| Modifier and Type | Method and Description |
|---|---|
FaultSeverity |
FaultIndBuilder.getSeverity() |
| Modifier and Type | Method and Description |
|---|---|
FaultIndBuilder |
FaultIndBuilder.setSeverity(FaultSeverity value) |
Copyright © 2016 OpenDaylight. All rights reserved.