public enum Extensions extends Enum<Extensions>
| Enum Constant and Description |
|---|
METADATA
The metadata extension.
|
QUERY
The query extension.
|
REPORT
The report extension.
|
REPORT_TEMPLATE
The report template extension.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue()
Return the extension value.
|
static Extensions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Extensions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Extensions REPORT
public static final Extensions REPORT_TEMPLATE
public static final Extensions QUERY
public static final Extensions METADATA
public static Extensions[] values()
for (Extensions c : Extensions.values()) System.out.println(c);
public static Extensions 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 String getValue()
public String getName()
Copyright © 2020. All Rights Reserved.