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 NamedBeanType
NamedBeanType. 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 NamedBeanType
ActionCreateBeansFromTable. getNamedBeanType()
Get the type of the named beansNamedBeanType
ActionListenOnBeansLocalVariable. getNamedBeanType()
Get the type of the named beansNamedBeanType
ActionListenOnBeansTable. getNamedBeanType()
Get the type of the named beansNamedBeanType
ActionListenOnBeans.NamedBeanReference. getType()
Methods in jmri.jmrit.logixng.actions with parameters of type NamedBeanType Modifier and Type Method Description void
ActionCreateBeansFromTable. setNamedBeanType(NamedBeanType namedBeanType)
Set the type of the named beansvoid
ActionListenOnBeansLocalVariable. setNamedBeanType(NamedBeanType namedBeanType)
Set the type of the named beansvoid
ActionListenOnBeansTable. setNamedBeanType(NamedBeanType namedBeanType)
Set the type of the named beansvoid
ActionListenOnBeans.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)
-