Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LinkFlags
-
-
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 LinkFlags Modifier and Type Method Description static LinkFlagsLinkFlags. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static LinkFlagsLinkFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkFlags[]LinkFlags. 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 LinkFlags Modifier and Type Method Description static Optional<LinkFlags>LinkFlags. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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 LinkFlags Modifier and Type Method Description LinkFlagsProtectionSubobject. getLinkFlags()Return linkFlags, ornullif it is not present.LinkFlagsProtectionSubobjectBuilder. 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 LinkFlags Modifier and Type Method Description ProtectionSubobjectBuilderProtectionSubobjectBuilder. setLinkFlags(LinkFlags value)
-