Uses of Class
com.google.appengine.api.utils.SystemProperty.Environment.Value
-
Packages that use SystemProperty.Environment.Value Package Description com.google.appengine.api.utils Provides common utility classes. -
-
Uses of SystemProperty.Environment.Value in com.google.appengine.api.utils
Methods in com.google.appengine.api.utils that return SystemProperty.Environment.Value Modifier and Type Method Description @Nullable SystemProperty.Environment.Value
SystemProperty.Environment. value()
Returns the Value that the SystemProperty is set to.static SystemProperty.Environment.Value
SystemProperty.Environment.Value. valueOf(String name)
Returns the enum constant of this type with the specified name.static SystemProperty.Environment.Value[]
SystemProperty.Environment.Value. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.utils with parameters of type SystemProperty.Environment.Value Modifier and Type Method Description void
SystemProperty.Environment. set(SystemProperty.Environment.Value value)
Sets the Environment tovalue
.
-