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