Package jmri.jmrit.beantable
Class LRouteTableAction.RouteElement
java.lang.Object
jmri.jmrit.beantable.LRouteTableAction.RouteElement
- Direct Known Subclasses:
LRouteTableAction.AlignElement,LRouteTableAction.RouteInputElement,LRouteTableAction.RouteOutputElement
- Enclosing class:
- LRouteTableAction
Base class for all the output (ConditionalAction) and input
(ConditionalVariable) elements
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) intgetState()(package private) String(package private) intgetType()(package private) String(package private) String(package private) boolean(package private) voidsetIncluded(boolean include) (package private) final voidsetState(int state)
-
Field Details
-
_state
int _state
-
-
Constructor Details
-
RouteElement
RouteElement(String sysName, String userName, int type)
-
-
Method Details
-
getSysName
-
getUserName
-
getType
int getType() -
getTypeString
-
isIncluded
boolean isIncluded() -
setIncluded
-
getState
int getState() -
setState
-