Uses of Class
jmri.jmrix.sprog.update.SprogVersionQuery.QueryState
-
Packages that use SprogVersionQuery.QueryState Package Description jmri.jmrix.sprog.update -
-
Uses of SprogVersionQuery.QueryState in jmri.jmrix.sprog.update
Fields in jmri.jmrix.sprog.update declared as SprogVersionQuery.QueryState Modifier and Type Field Description (package private) SprogVersionQuery.QueryState
SprogVersionQuery. state
Methods in jmri.jmrix.sprog.update that return SprogVersionQuery.QueryState Modifier and Type Method Description static SprogVersionQuery.QueryState
SprogVersionQuery.QueryState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SprogVersionQuery.QueryState[]
SprogVersionQuery.QueryState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-