Enum Constant and Description |
---|
ANDROID
Android mobile OS, Google App Engine, Google Web Toolkit, JEE, JSE, OSGI.
|
GAE |
GWT |
JEE |
JSE |
OSGI |
Modifier and Type | Field and Description |
---|---|
static Edition |
CURRENT
The current engine edition.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFullName()
Returns the full size name of the edition.
|
java.lang.String |
getMediumName()
Returns the medium size name of the edition.
|
java.lang.String |
getShortName()
Returns the short size name of the edition.
|
static Edition |
valueOf(java.lang.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.
|
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
public static final Edition CURRENT
public static Edition[] values()
for (Edition c : Edition.values()) System.out.println(c);
public static Edition 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getFullName()
public java.lang.String getMediumName()
public java.lang.String getShortName()
Copyright © 2005-2024 Restlet.