|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Extensions>
org.gcube.portlets.user.homelibrary.util.Extensions
public enum Extensions
| Enum Constant Summary | |
|---|---|
METADATA
The metadata extension. |
|
QUERY
The query extension. |
|
REPORT
The report extension. |
|
REPORT_TEMPLATE
The report template extension. |
|
| Field Summary | |
|---|---|
protected String |
value
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Extensions REPORT
public static final Extensions REPORT_TEMPLATE
public static final Extensions QUERY
public static final Extensions METADATA
| Field Detail |
|---|
protected String value
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||