Uses of Class
jmri.jmrit.logix.OBlock.OBlockStatus
-
Packages that use OBlock.OBlockStatus Package Description jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.logixng.expressions -
-
Uses of OBlock.OBlockStatus in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return OBlock.OBlockStatus Modifier and Type Method Description static OBlock.OBlockStatus
OBlock.OBlockStatus. getByDescr(java.lang.String descr)
static OBlock.OBlockStatus
OBlock.OBlockStatus. getByName(java.lang.String name)
static OBlock.OBlockStatus
OBlock.OBlockStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OBlock.OBlockStatus[]
OBlock.OBlockStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OBlock.OBlockStatus in jmri.jmrit.logixng.expressions
Methods in jmri.jmrit.logixng.expressions that return OBlock.OBlockStatus Modifier and Type Method Description OBlock.OBlockStatus
ExpressionOBlock. getBeanState()
Methods in jmri.jmrit.logixng.expressions with parameters of type OBlock.OBlockStatus Modifier and Type Method Description void
ExpressionOBlock. setBeanState(OBlock.OBlockStatus state)
-