Package jmri.implementation
Enum VerifyWriteProgrammerFacade.ProgState
java.lang.Object
java.lang.Enum<VerifyWriteProgrammerFacade.ProgState>
jmri.implementation.VerifyWriteProgrammerFacade.ProgState
- All Implemented Interfaces:
Serializable,Comparable<VerifyWriteProgrammerFacade.ProgState>,java.lang.constant.Constable
- Enclosing class:
- VerifyWriteProgrammerFacade
static enum VerifyWriteProgrammerFacade.ProgState
extends Enum<VerifyWriteProgrammerFacade.ProgState>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWaiting for response to verify read, will end nextWaiting for response to write, issue verify read nextNo current operationWaiting for response to read, will end next -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
READING
Waiting for response to read, will end next -
FINISHWRITE
Waiting for response to write, issue verify read next -
FINISHREAD
Waiting for response to verify read, will end next -
NOTPROGRAMMING
No current operation
-
-
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
-
