| Modifier and Type | Method and Description |
|---|---|
static LinkFlags |
LinkFlags.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
static LinkFlags |
LinkFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkFlags[] |
LinkFlags.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<LinkFlags> |
LinkFlags.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
| Modifier and Type | Method and Description |
|---|---|
LinkFlags |
ProtectionSubobjectBuilder.getLinkFlags() |
@Nullable LinkFlags |
ProtectionSubobject.getLinkFlags() |
| Modifier and Type | Method and Description |
|---|---|
ProtectionSubobjectBuilder |
ProtectionSubobjectBuilder.setLinkFlags(LinkFlags value) |
Copyright © 2020 OpenDaylight. All rights reserved.