Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspFlag
Packages that use LspFlag
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject
-
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 LspFlagModifier and TypeMethodDescriptionstatic @Nullable LspFlagReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable LspFlagLspFlag.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull LspFlagReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull LspFlagLspFlag.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static LspFlagReturns the enum constant of this class with the specified name.static LspFlag[]LspFlag.values()Returns an array containing the constants of this enum class, in the order they are declared. -
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 LspFlagModifier and TypeMethodDescriptionProtectionSubobject.getLspFlag()Return lspFlag, ornullif it is not present.ProtectionSubobjectBuilder.getLspFlag()Return current value associated with the property corresponding toProtectionSubobject.getLspFlag().ProtectionSubobject.getSegFlag()Return segFlag, ornullif it is not present.ProtectionSubobjectBuilder.getSegFlag()Return current value associated with the property corresponding toProtectionSubobject.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 LspFlagModifier and TypeMethodDescriptionProtectionSubobjectBuilder.setLspFlag(LspFlag value) Set the property corresponding toProtectionSubobject.getLspFlag()to the specified value.ProtectionSubobjectBuilder.setSegFlag(LspFlag value) Set the property corresponding toProtectionSubobject.getSegFlag()to the specified value.