@Generated(value="org.jsonschema2pojo") public static enum PowerSupplyBay.ChangeState extends Enum<PowerSupplyBay.ChangeState>
Enum Constant and Description |
---|
Insert |
None |
ProcessingInsert |
Remove |
Modifier and Type | Method and Description |
---|---|
static PowerSupplyBay.ChangeState |
fromValue(String value) |
String |
toString() |
static PowerSupplyBay.ChangeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PowerSupplyBay.ChangeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PowerSupplyBay.ChangeState Insert
public static final PowerSupplyBay.ChangeState None
public static final PowerSupplyBay.ChangeState ProcessingInsert
public static final PowerSupplyBay.ChangeState Remove
public static PowerSupplyBay.ChangeState[] values()
for (PowerSupplyBay.ChangeState c : PowerSupplyBay.ChangeState.values()) System.out.println(c);
public static PowerSupplyBay.ChangeState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<PowerSupplyBay.ChangeState>
public static PowerSupplyBay.ChangeState fromValue(String value)
Copyright © 2016. All rights reserved.