Uses of Class
jmri.jmrit.logixng.NamedBeanType
-
Packages that use NamedBeanType Package Description jmri.jmrit.logixng jmri.jmrit.logixng.actions -
-
Uses of NamedBeanType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return NamedBeanType Modifier and Type Method Description static NamedBeanTypeNamedBeanType. valueOf(java.lang.String name)Returns 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 NamedBeanType Modifier and Type Method Description NamedBeanTypeActionCreateBeansFromTable. getNamedBeanType()Get the type of the named beansNamedBeanTypeActionListenOnBeansLocalVariable. getNamedBeanType()Get the type of the named beansNamedBeanTypeActionListenOnBeansTable. getNamedBeanType()Get the type of the named beansNamedBeanTypeActionListenOnBeans.NamedBeanReference. getType()Methods in jmri.jmrit.logixng.actions with parameters of type NamedBeanType Modifier and Type Method Description voidActionCreateBeansFromTable. 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 NamedBeanType Constructor Description NamedBeanReference(java.lang.String name, NamedBeanType type, boolean all)NamedBeanReference(NamedBeanHandle<? extends NamedBean> handle, NamedBeanType type, boolean all)
-