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