Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.ServiceNumber
-
-
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 ServiceNumber Modifier and Type Method Description static ServiceNumberServiceNumber. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static ServiceNumberServiceNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceNumber[]ServiceNumber. 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 ServiceNumber Modifier and Type Method Description static Optional<ServiceNumber>ServiceNumber. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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 ServiceNumber Modifier and Type Method Description ServiceNumberFlowSpecObject. getServiceHeader()Return serviceHeader, ornullif it is not present.ServiceNumberFlowSpecObjectBuilder. getServiceHeader()default @NonNull ServiceNumberFlowSpecObject. 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 ServiceNumber Modifier and Type Method Description FlowSpecObjectBuilderFlowSpecObjectBuilder. setServiceHeader(ServiceNumber value)
-