Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702.TestStatusOutput.ExecStatus
-
Packages that use TestStatusOutput.ExecStatus Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 -
-
Uses of TestStatusOutput.ExecStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 that return TestStatusOutput.ExecStatus Modifier and Type Method Description static TestStatusOutput.ExecStatusTestStatusOutput.ExecStatus. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.TestStatusOutput.ExecStatusTestStatusOutput. getExecStatus()Return execStatus, ornullif it is not present.TestStatusOutput.ExecStatusTestStatusOutputBuilder. getExecStatus()static TestStatusOutput.ExecStatusTestStatusOutput.ExecStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TestStatusOutput.ExecStatus[]TestStatusOutput.ExecStatus. 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.rpcbenchmark.rev150702 that return types with arguments of type TestStatusOutput.ExecStatus Modifier and Type Method Description static Optional<TestStatusOutput.ExecStatus>TestStatusOutput.ExecStatus. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rpcbenchmark.rev150702 with parameters of type TestStatusOutput.ExecStatus Modifier and Type Method Description TestStatusOutputBuilderTestStatusOutputBuilder. setExecStatus(TestStatusOutput.ExecStatus value)
-