Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ServiceNumber
Packages that use ServiceNumber
Package
Description
-
Uses of ServiceNumber 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 ServiceNumberModifier and TypeMethodDescriptionstatic @Nullable ServiceNumber
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable ServiceNumber
ServiceNumber.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull ServiceNumber
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull ServiceNumber
ServiceNumber.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static ServiceNumber
Returns the enum constant of this class with the specified name.static ServiceNumber[]
ServiceNumber.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceNumber in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object that return ServiceNumberModifier and TypeMethodDescriptionFlowSpecObject.getServiceHeader()
Return serviceHeader, ornull
if it is not present.FlowSpecObjectBuilder.getServiceHeader()
Return current value associated with the property corresponding toFlowSpecObject.getServiceHeader()
.default @NonNull ServiceNumber
FlowSpecObject.requireServiceHeader()
Return serviceHeader, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.flow.spec.object with parameters of type ServiceNumberModifier and TypeMethodDescriptionFlowSpecObjectBuilder.setServiceHeader
(ServiceNumber value) Set the property corresponding toFlowSpecObject.getServiceHeader()
to the specified value.