Package jmri.jmrit.logixng
Interface Module.Parameter
- All Known Implementing Classes:
DefaultSymbolTable.DefaultParameter
- Enclosing interface:
- Module
public static interface Module.Parameter
The definition of a parameter.
-
Method Summary
-
Method Details
-
getName
The name of the parameter- Returns:
- the name
-
isInput
boolean isInput()Answer whenether or not the parameter is input to the module.- Returns:
- true if the parameter is input, false otherwise
-
isOutput
boolean isOutput()Answer whenether or not the parameter is output to the module.- Returns:
- true if the parameter is output, false otherwise
-