Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LabelSet.Action
-
Packages that use LabelSet.Action Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 -
-
Uses of LabelSet.Action in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return LabelSet.Action Modifier and Type Method Description static LabelSet.ActionLabelSet.Action. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.LabelSet.ActionLabelSet. getAction()Return action, ornullif it is not present.default @NonNull LabelSet.ActionLabelSet. requireAction()Return action, guaranteed to be non-null.static LabelSet.ActionLabelSet.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.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820 that return types with arguments of type LabelSet.Action Modifier and Type Method Description static Optional<LabelSet.Action>LabelSet.Action. forName(String name)Return the enumeration member whosegetName()matches specified value.
-