Uses of Enum
jmri.jmrit.logixng.NamedBeanType
Packages that use NamedBeanType
-
Uses of NamedBeanType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return NamedBeanTypeModifier and TypeMethodDescriptionstatic NamedBeanTypeReturns the enum constant of this type with the specified name.static NamedBeanType[]NamedBeanType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NamedBeanType in jmri.jmrit.logixng.actions
Methods in jmri.jmrit.logixng.actions that return NamedBeanTypeModifier and TypeMethodDescriptionActionCreateBeansFromTable.getNamedBeanType()Get the type of the named beansActionListenOnBeansLocalVariable.getNamedBeanType()Get the type of the named beansActionListenOnBeansTable.getNamedBeanType()Get the type of the named beansActionListenOnBeans.NamedBeanReference.getType()Methods in jmri.jmrit.logixng.actions with parameters of type NamedBeanTypeModifier and TypeMethodDescriptionvoidActionCreateBeansFromTable.setNamedBeanType(NamedBeanType namedBeanType) Set the type of the named beansvoidActionListenOnBeansLocalVariable.setNamedBeanType(NamedBeanType namedBeanType) Set the type of the named beansvoidActionListenOnBeansTable.setNamedBeanType(NamedBeanType namedBeanType) Set the type of the named beansvoidActionListenOnBeans.NamedBeanReference.setType(NamedBeanType type) Constructors in jmri.jmrit.logixng.actions with parameters of type NamedBeanTypeModifierConstructorDescriptionNamedBeanReference(String name, NamedBeanType type, boolean all) NamedBeanReference(NamedBeanHandle<? extends NamedBean> handle, NamedBeanType type, boolean all)