|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Edition>
org.restlet.engine.Edition
public enum Edition
Enumeration of Restlet editions.
Enum Constant Summary | |
---|---|
ANDROID
Android mobile OS, Google App Engine, Google Web Toolkit, JEE, JSE, OSGI. |
|
GAE
|
|
GWT
|
|
JEE
|
|
JSE
|
|
OSGI
|
Field Summary | |
---|---|
static Edition |
CURRENT
The current engine edition. |
Method Summary | |
---|---|
String |
getFullName()
Returns the full size name of the edition. |
String |
getMediumName()
Returns the medium size name of the edition. |
String |
getShortName()
Returns the short size name of the edition. |
static Edition |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Edition[] |
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 Edition ANDROID
public static final Edition GAE
public static final Edition GWT
public static final Edition JEE
public static final Edition JSE
public static final Edition OSGI
Field Detail |
---|
public static final Edition CURRENT
Method Detail |
---|
public static Edition[] values()
for (Edition c : Edition.values()) System.out.println(c);
public static Edition 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 getFullName()
public String getMediumName()
public String getShortName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |