public static enum ExportContextKeys.Export extends Enum<ExportContextKeys.Export>
| Enum Constant and Description |
|---|
VIEW_SPECIFICATION
The complete view specification for the current export request.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportContextKeys.Export |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportContextKeys.Export[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportContextKeys.Export VIEW_SPECIFICATION
ViewSpecification. Read-only.public static ExportContextKeys.Export[] values()
for (ExportContextKeys.Export c : ExportContextKeys.Export.values()) System.out.println(c);
public static ExportContextKeys.Export 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 © 2022 ALM Works. All Rights Reserved.