Package name.moore.kevin.ze.game
Enum build.PROGRESS
- All Implemented Interfaces:
Serializable,Comparable<build.PROGRESS>,java.lang.constant.Constable
- Enclosing class:
- build
Status of this ticket.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionStays blocked until all prerequisites are COMPLETED.Used once enough days manufacturing have elapsed and all installs done.Rarely used to kill off a ticket.The activity is actively happening.All tickets start at REQUEST. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic build.PROGRESSReturns the enum constant of this type with the specified name.static build.PROGRESS[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
REQUEST
All tickets start at REQUEST. ->BLOCKED once processed into properly filled-out tickets. -
BLOCKED
Stays blocked until all prerequisites are COMPLETED. Moves to ->INPROGRESS once no outstanding prerequisites. -
INPROGRESS
The activity is actively happening. ->COMPLETED once build is done. -
COMPLETED
Used once enough days manufacturing have elapsed and all installs done. Delivers/commissions the build and no longer in queue. -
DEAD
Rarely used to kill off a ticket.
-
-
Constructor Details
-
PROGRESS
private PROGRESS()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-