|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.utils.SystemProperty com.google.appengine.api.utils.SystemProperty.Environment
public static class SystemProperty.Environment
The current executing environment. Has the key,
"com.google.appengine.runtime.environment"
.
The set of values are specified in the Value
enum.
Nested Class Summary | |
---|---|
static class |
SystemProperty.Environment.Value
The set of possible values for Environment. |
Nested classes/interfaces inherited from class com.google.appengine.api.utils.SystemProperty |
---|
SystemProperty.Environment |
Field Summary |
---|
Fields inherited from class com.google.appengine.api.utils.SystemProperty |
---|
environment, version |
Method Summary | |
---|---|
void |
set(SystemProperty.Environment.Value value)
Sets the SystemProperty to value . |
SystemProperty.Environment.Value |
value()
Returns the Value that the SystemProperty is set to. |
Methods inherited from class com.google.appengine.api.utils.SystemProperty |
---|
get, key, set |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SystemProperty.Environment.Value value()
Value
.public void set(SystemProperty.Environment.Value value)
value
. Equivalent to
set(value.value())
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |