Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.FastRerouteFlags
-
-
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 FastRerouteFlags Modifier and Type Method Description static FastRerouteFlagsFastRerouteFlags. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.FastRerouteFlagsCommonFastRerouteObject. getFlags()Return flags, ornullif it is not present.default @NonNull FastRerouteFlagsCommonFastRerouteObject. requireFlags()Return flags, guaranteed to be non-null.static FastRerouteFlagsFastRerouteFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static FastRerouteFlags[]FastRerouteFlags. 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 FastRerouteFlags Modifier and Type Method Description static Optional<FastRerouteFlags>FastRerouteFlags. forName(String name)Return the enumeration member whosegetName()matches 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.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 FastRerouteFlags Modifier and Type Method Description FastRerouteFlagsBasicFastRerouteObjectBuilder. 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 FastRerouteFlags Modifier and Type Method Description BasicFastRerouteObjectBuilderBasicFastRerouteObjectBuilder. setFlags(FastRerouteFlags 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 FastRerouteFlags Modifier and Type Method Description FastRerouteFlagsLegacyFastRerouteObjectBuilder. 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 FastRerouteFlags Modifier and Type Method Description LegacyFastRerouteObjectBuilderLegacyFastRerouteObjectBuilder. setFlags(FastRerouteFlags value)
-