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