Package jmri.implementation
Enum MultiIndexProgrammerFacade.ProgState
java.lang.Object
java.lang.Enum<MultiIndexProgrammerFacade.ProgState>
jmri.implementation.MultiIndexProgrammerFacade.ProgState
- All Implemented Interfaces:
Serializable,Comparable<MultiIndexProgrammerFacade.ProgState>,java.lang.constant.Constable
- Enclosing class:
- MultiIndexProgrammerFacade
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionJust wrote PI after the read or write has been doneJust wrote SI after the read or write has been doneWaiting for response to first or second index write before a final confirm operationWaiting for response to first or second index write before a final read operationWaiting for response to first or second index write before a final write operationNo current operationWaiting for response to (final) read or write operation, final reply next -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static MultiIndexProgrammerFacade.ProgState[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PROGRAMMING
Waiting for response to (final) read or write operation, final reply next -
FINISHREAD
Waiting for response to first or second index write before a final read operation -
FINISHWRITE
Waiting for response to first or second index write before a final write operation -
FINISHCONFIRM
Waiting for response to first or second index write before a final confirm operation -
AFTERWRITEFIRST
Just wrote PI after the read or write has been done -
AFTERWRITESECOND
Just wrote SI after the read or write has been done -
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
-
