|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||
com.sas.iquery.metadata.business.QueryWriteOption
public enum QueryWriteOption
Allows for writing out drill history in cube data selections.
| Enum Constant Summary | |
|---|---|
SAVE_DRILLORDER
This option will persist the drill order within corresponding selected item |
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getAssociatedClass()
|
static QueryWriteOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static QueryWriteOption[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Enum Constant Detail |
|---|
public static final QueryWriteOption SAVE_DRILLORDER
| Method Detail |
|---|
public static QueryWriteOption[] values()
for (QueryWriteOption c : QueryWriteOption.values()) System.out.println(c);
public static QueryWriteOption 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.Class<?> getAssociatedClass()
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||||||