| Modifier and Type | Method and Description |
|---|---|
static LspFlag |
LspFlag.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
static LspFlag |
LspFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LspFlag[] |
LspFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<LspFlag> |
LspFlag.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
| Modifier and Type | Method and Description |
|---|---|
LspFlag |
ProtectionSubobjectBuilder.getLspFlag() |
@Nullable LspFlag |
ProtectionSubobject.getLspFlag() |
LspFlag |
ProtectionSubobjectBuilder.getSegFlag() |
@Nullable LspFlag |
ProtectionSubobject.getSegFlag() |
| Modifier and Type | Method and Description |
|---|---|
ProtectionSubobjectBuilder |
ProtectionSubobjectBuilder.setLspFlag(LspFlag value) |
ProtectionSubobjectBuilder |
ProtectionSubobjectBuilder.setSegFlag(LspFlag value) |
Copyright © 2020 OpenDaylight. All rights reserved.