Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemCpuState.Index.Enumeration
-
Packages that use SystemCpuState.Index.Enumeration Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 -
-
Uses of SystemCpuState.Index.Enumeration in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return SystemCpuState.Index.Enumeration Modifier and Type Method Description static SystemCpuState.Index.EnumerationSystemCpuState.Index.Enumeration. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.SystemCpuState.Index.EnumerationSystemCpuState.Index. getEnumeration()static SystemCpuState.Index.EnumerationSystemCpuState.Index.Enumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemCpuState.Index.Enumeration[]SystemCpuState.Index.Enumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return types with arguments of type SystemCpuState.Index.Enumeration Modifier and Type Method Description static Optional<SystemCpuState.Index.Enumeration>SystemCpuState.Index.Enumeration. forName(String name)Return the enumeration member whosegetName()matches specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 with parameters of type SystemCpuState.Index.Enumeration Constructor Description Index(SystemCpuState.Index.Enumeration _enumeration)
-