Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.FastRerouteFlags
Packages that use FastRerouteFlags
Package
Description
-
Uses of FastRerouteFlags 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 FastRerouteFlagsModifier and TypeMethodDescriptionstatic @Nullable FastRerouteFlagsReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable FastRerouteFlagsFastRerouteFlags.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.CommonFastRerouteObject.getFlags()Return flags, ornullif it is not present.static @NonNull FastRerouteFlagsReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull FastRerouteFlagsFastRerouteFlags.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull FastRerouteFlagsCommonFastRerouteObject.requireFlags()Return flags, guaranteed to be non-null.static FastRerouteFlagsReturns the enum constant of this class with the specified name.static FastRerouteFlags[]FastRerouteFlags.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FastRerouteFlags in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case that return FastRerouteFlagsModifier and TypeMethodDescriptionBasicFastRerouteObjectBuilder.getFlags()Return current value associated with the property corresponding toCommonFastRerouteObject.getFlags().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.basic.fast.reroute.object._case with parameters of type FastRerouteFlagsModifier and TypeMethodDescriptionBasicFastRerouteObjectBuilder.setFlags(FastRerouteFlags value) Set the property corresponding toCommonFastRerouteObject.getFlags()to the specified value. -
Uses of FastRerouteFlags in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.legacy.fast.reroute.object._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.legacy.fast.reroute.object._case that return FastRerouteFlagsModifier and TypeMethodDescriptionLegacyFastRerouteObjectBuilder.getFlags()Return current value associated with the property corresponding toCommonFastRerouteObject.getFlags().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.fast.reroute.object.fast.reroute.object.legacy.fast.reroute.object._case with parameters of type FastRerouteFlagsModifier and TypeMethodDescriptionLegacyFastRerouteObjectBuilder.setFlags(FastRerouteFlags value) Set the property corresponding toCommonFastRerouteObject.getFlags()to the specified value.