Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag
-
-
Uses of LspFlag 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 LspFlag Modifier and Type Method Description static LspFlagLspFlag. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static LspFlagLspFlag. valueOf(String name)Returns the enum constant of this type with the specified name.static LspFlag[]LspFlag. 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 LspFlag Modifier and Type Method Description static Optional<LspFlag>LspFlag. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of LspFlag 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 LspFlag Modifier and Type Method Description LspFlagProtectionSubobject. getLspFlag()Return lspFlag, ornullif it is not present.LspFlagProtectionSubobjectBuilder. getLspFlag()LspFlagProtectionSubobject. getSegFlag()Return segFlag, ornullif it is not present.LspFlagProtectionSubobjectBuilder. getSegFlag()default @NonNull LspFlagProtectionSubobject. requireLspFlag()Return lspFlag, guaranteed to be non-null.default @NonNull LspFlagProtectionSubobject. requireSegFlag()Return segFlag, 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 LspFlag Modifier and Type Method Description ProtectionSubobjectBuilderProtectionSubobjectBuilder. setLspFlag(LspFlag value)ProtectionSubobjectBuilderProtectionSubobjectBuilder. setSegFlag(LspFlag value)
-