Uses of Enum
com.google.appengine.api.utils.SystemProperty.Environment.Value
Packages that use SystemProperty.Environment.Value
-
Uses of SystemProperty.Environment.Value in com.google.appengine.api.utils
Methods in com.google.appengine.api.utils that return SystemProperty.Environment.ValueModifier and TypeMethodDescription@Nullable SystemProperty.Environment.Value
SystemProperty.Environment.value()
Returns the Value that the SystemProperty is set to.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.ValueModifier and TypeMethodDescriptionvoid
SystemProperty.Environment.set
(SystemProperty.Environment.Value value) Sets the Environment tovalue
.