Package com._1c.g5.v8.dt.core.lifecycle
Enum Class ProjectContextRestartRequestedException.RestartAllowance
java.lang.Object
java.lang.Enum<ProjectContextRestartRequestedException.RestartAllowance>
com._1c.g5.v8.dt.core.lifecycle.ProjectContextRestartRequestedException.RestartAllowance
- All Implemented Interfaces:
Serializable
,Comparable<ProjectContextRestartRequestedException.RestartAllowance>
,Constable
- Enclosing class:
- ProjectContextRestartRequestedException
public static enum ProjectContextRestartRequestedException.RestartAllowance
extends Enum<ProjectContextRestartRequestedException.RestartAllowance>
Restart allowance that indicates the possibility of the restart
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERMITTED
The restart is allowed as the result of the incident resolution -
DENIED
The restart isn't possible
-
-
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
-