-
public final class PowerState extends Enum
"power-state" enum as defined in: PWG5100.22.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
PowerState.Type
An AttributeType for a PowerState attribute.
public final class
PowerState.SetType
An AttributeType for multiple PowerState attributes.
public class
PowerState.Code
public class
PowerState.Companion
-
Constructor Summary
Constructors Constructor Description PowerState(Integer code, String name)
-
Method Summary
Modifier and Type Method Description String
toString()
final Integer
component1()
final String
component2()
final PowerState
copy(Integer code, String name)
Integer
getCode()
String
getName()
-