public static enum CellDep.DepType extends java.lang.Enum<CellDep.DepType>
| Modifier and Type | Method and Description |
|---|---|
byte |
pack() |
static CellDep.DepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CellDep.DepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="code") public static final CellDep.DepType CODE
@SerializedName(value="dep_group") public static final CellDep.DepType DEP_GROUP
public static CellDep.DepType[] values()
for (CellDep.DepType c : CellDep.DepType.values()) System.out.println(c);
public static CellDep.DepType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic byte pack()