public static enum ExtraFilter.Type extends java.lang.Enum<ExtraFilter.Type>
| Modifier and Type | Method and Description |
|---|---|
static ExtraFilter.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtraFilter.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Dao") public static final ExtraFilter.Type DAO
@SerializedName(value="Cellbase") public static final ExtraFilter.Type CELL_BASE
@SerializedName(value="Frozen") public static final ExtraFilter.Type FROZEN
public static ExtraFilter.Type[] values()
for (ExtraFilter.Type c : ExtraFilter.Type.values()) System.out.println(c);
public static ExtraFilter.Type 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 null