Uses of Enum Class
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.ValueSystemProperty.Environment.value()Returns the Value that the SystemProperty is set to.Returns the enum constant of this class with the specified name.static SystemProperty.Environment.Value[]SystemProperty.Environment.Value.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.utils with parameters of type SystemProperty.Environment.ValueModifier and TypeMethodDescriptionvoidSystemProperty.Environment.set(SystemProperty.Environment.Value value) Sets the Environment tovalue.