Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LabelSet.Action
Packages that use LabelSet.Action
-
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.ActionModifier and TypeMethodDescriptionstatic @Nullable LabelSet.ActionReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable LabelSet.ActionLabelSet.Action.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.LabelSet.getAction()Return action, ornullif it is not present.static @NonNull LabelSet.ActionReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull LabelSet.ActionLabelSet.Action.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull LabelSet.ActionLabelSet.requireAction()Return action, guaranteed to be non-null.static LabelSet.ActionReturns the enum constant of this class with the specified name.static LabelSet.Action[]LabelSet.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.