public static enum Sorter.Flag extends Enum<Sorter.Flag>
ORDER MDX function.| Modifier and Type | Field and Description |
|---|---|
boolean |
brk |
boolean |
descending |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getNames() |
static Sorter.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sorter.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sorter.Flag ASC
public static final Sorter.Flag DESC
public static final Sorter.Flag BASC
public static final Sorter.Flag BDESC
public static Sorter.Flag[] values()
for (Sorter.Flag c : Sorter.Flag.values()) System.out.println(c);
public static Sorter.Flag 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 nullpublic static String[] getNames()
Copyright © 2021 Hitachi Vantara. All rights reserved.