Uses of Enum
jmri.Conditional.Type
Packages that use Conditional.Type
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Provides implementations of various JMRI interfaces.
-
Uses of Conditional.Type in jmri
Methods in jmri that return Conditional.TypeModifier and TypeMethodDescriptionstatic Conditional.TypeConditional.Type.getOperatorFromIntValue(int typeInt) ConditionalVariable.getType()static Conditional.TypeConditionalVariable.stringToVariableTest(String str) Identify action Data from Text String.static Conditional.TypeReturns the enum constant of this type with the specified name.static Conditional.Type[]Conditional.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri that return types with arguments of type Conditional.TypeModifier and TypeMethodDescriptionstatic List<Conditional.Type>Conditional.Type.getConditionalItems()static List<Conditional.Type>Conditional.Type.getEntryExitItems()static List<Conditional.Type>Conditional.Type.getLightItems()static List<Conditional.Type>Conditional.Type.getMemoryItems()static List<Conditional.Type>Conditional.Type.getOBlockItems()static List<Conditional.Type>Conditional.Type.getSensorItems()static List<Conditional.Type>Conditional.Type.getSignalHeadStateMachineItems()static List<Conditional.Type>Conditional.Type.getSignalMastItems()static List<Conditional.Type>Conditional.Type.getTurnoutItems()static List<Conditional.Type>Conditional.Type.getWarrantItems()Methods in jmri with parameters of type Conditional.TypeModifier and TypeMethodDescriptionstatic intConditional.Type.getIndexInList(List<Conditional.Type> table, Conditional.Type entry) static booleanConditional.Type.isSignalHeadApperance(Conditional.Type type) voidConditionalVariable.setType(Conditional.Type type) Method parameters in jmri with type arguments of type Conditional.TypeModifier and TypeMethodDescriptionstatic intConditional.Type.getIndexInList(List<Conditional.Type> table, Conditional.Type entry) Constructors in jmri with parameters of type Conditional.TypeModifierConstructorDescriptionConditionalVariable(boolean not, Conditional.Operator opern, Conditional.Type type, String name, boolean trigger) Create a ConditionalVariable with a set of given properties. -
Uses of Conditional.Type in jmri.implementation
Fields in jmri.implementation declared as Conditional.TypeModifier and TypeFieldDescription(package private) Conditional.TypeJmriSimplePropertyListener._varTypeMethods in jmri.implementation that return Conditional.TypeConstructors in jmri.implementation with parameters of type Conditional.TypeModifierConstructorDescription(package private)JmriClockPropertyListener(String propName, int type, String name, Conditional.Type varType, Conditional client, int beginTime, int endTime) (package private)JmriMemoryPropertyListener(String propName, int type, String name, Conditional.Type varType, Conditional client, String data) (package private)JmriMultiStatePropertyListener(String propName, int type, String name, Conditional.Type varType, Conditional client, int state) (package private)JmriMultiStatePropertyListener(String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client, int state) (package private)JmriSimplePropertyListener(String propName, int type, String varName, Conditional.Type varType, Conditional client) (package private)JmriSimplePropertyListener(String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client) (package private)JmriTwoStatePropertyListener(String propName, int type, String name, Conditional.Type varType, Conditional client) (package private)JmriTwoStatePropertyListener(String propName, int type, NamedBeanHandle<?> namedBean, Conditional.Type varType, Conditional client) -
Uses of Conditional.Type in jmri.jmrit.conditional
Fields in jmri.jmrit.conditional with type parameters of type Conditional.TypeModifier and TypeFieldDescription(package private) JComboBox<Conditional.Type>ConditionalEditFrame._variableCompareTypeBox(package private) JComboBox<Conditional.Type>ConditionalTreeEdit._variableCompareTypeBox(package private) JComboBox<Conditional.Type>ConditionalEditFrame._variableStateBox(package private) JComboBox<Conditional.Type>ConditionalTreeEdit._variableStateBox