public static enum SQLAnalyticsGraph.Sort extends java.lang.Enum<SQLAnalyticsGraph.Sort>
Enum Constant and Description |
---|
ASC
This constant denotes an ascending order
|
DESC
This constant denotes a descending order
|
Modifier and Type | Method and Description |
---|---|
static SQLAnalyticsGraph.Sort |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SQLAnalyticsGraph.Sort[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLAnalyticsGraph.Sort ASC
public static final SQLAnalyticsGraph.Sort DESC
public static SQLAnalyticsGraph.Sort 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 static SQLAnalyticsGraph.Sort[] values()
for (SQLAnalyticsGraph.Sort c : SQLAnalyticsGraph.Sort.values()) System.out.println(c);
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.