| Package | Description |
|---|---|
| org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 |
| Modifier and Type | Method and Description |
|---|---|
static LabelSet.Action |
LabelSet.Action.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
LabelSet.Action |
LabelSet.getAction() |
static LabelSet.Action |
LabelSet.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelSet.Action[] |
LabelSet.Action.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<LabelSet.Action> |
LabelSet.Action.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Copyright © 2018 OpenDaylight. All rights reserved.