public static enum QueryParameterComparator.rgaecv extends Enum<QueryParameterComparator.rgaecv>
| Modifier and Type | Method and Description |
|---|---|
static QueryParameterComparator.rgaecv |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParameterComparator.rgaecv[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParameterComparator.rgaecv r
public static final QueryParameterComparator.rgaecv g
public static final QueryParameterComparator.rgaecv a
public static final QueryParameterComparator.rgaecv e
public static final QueryParameterComparator.rgaecv c
public static final QueryParameterComparator.rgaecv v
public static QueryParameterComparator.rgaecv[] values()
for (QueryParameterComparator.rgaecv c : QueryParameterComparator.rgaecv.values()) System.out.println(c);
public static QueryParameterComparator.rgaecv 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 nullCopyright © 2015 aequologica. All rights reserved.