Uses of Class
play.Play.Mode
-
Packages that use Play.Mode Package Description play -
-
Uses of Play.Mode in play
Fields in play declared as Play.Mode Modifier and Type Field Description static Play.Mode
Play. mode
The application modeMethods in play that return Play.Mode Modifier and Type Method Description static Play.Mode
Play.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Play.Mode[]
Play.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-