Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118.ComponentPowerType
-
Packages that use ComponentPowerType Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118 -
-
Uses of ComponentPowerType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.types.rev210118 that return ComponentPowerType Modifier and Type Method Description static ComponentPowerTypeComponentPowerType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static ComponentPowerTypeComponentPowerType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentPowerType[]ComponentPowerType. 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.platform.types.rev210118 that return types with arguments of type ComponentPowerType Modifier and Type Method Description static Optional<ComponentPowerType>ComponentPowerType. forName(String name)Return the enumeration member whosegetName()matches specified value.
-