Package org.ametys.core
Enum Class DevMode.DEVMODE
- All Implemented Interfaces:
Serializable
,Comparable<DevMode.DEVMODE>
,java.lang.constant.Constable
- Enclosing class:
- DevMode
Enumerator for the dev mode value
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptiondev modemode prodSuper dev mode -
Method Summary
Modifier and TypeMethodDescriptionstatic DevMode.DEVMODE
createsFromString
(String size) Converts a string to a DEVMODEtoString()
static DevMode.DEVMODE
Returns the enum constant of this class with the specified name.static DevMode.DEVMODE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUPER_DEVELOPPMENT
Super dev mode -
DEVELOPMENT
dev mode -
PRODUCTION
mode prod
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<DevMode.DEVMODE>
-
createsFromString
Converts a string to a DEVMODE- Parameters:
size
- The size to convert- Returns:
- The size corresponding to the string or null if unknown
-