Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags
Packages that use LinkFlags
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject
-
Uses of LinkFlags 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 LinkFlagsModifier and TypeMethodDescriptionstatic @Nullable LinkFlagsReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable LinkFlagsLinkFlags.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull LinkFlagsReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull LinkFlagsLinkFlags.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static LinkFlagsReturns the enum constant of this class with the specified name.static LinkFlags[]LinkFlags.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LinkFlags in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject that return LinkFlagsModifier and TypeMethodDescriptionProtectionSubobject.getLinkFlags()Return linkFlags, ornullif it is not present.ProtectionSubobjectBuilder.getLinkFlags()Return current value associated with the property corresponding toProtectionSubobject.getLinkFlags().default @NonNull LinkFlagsProtectionSubobject.requireLinkFlags()Return linkFlags, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject with parameters of type LinkFlagsModifier and TypeMethodDescriptionProtectionSubobjectBuilder.setLinkFlags(LinkFlags value) Set the property corresponding toProtectionSubobject.getLinkFlags()to the specified value.