Class DefaultSymbolTable.DefaultParameter
java.lang.Object
jmri.jmrit.logixng.implementation.DefaultSymbolTable.DefaultParameter
- All Implemented Interfaces:
Module.Parameter
- Enclosing class:
- DefaultSymbolTable
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultParameter(String name, boolean isInput, boolean isOutput) DefaultParameter(Module.Parameter parameter) -
Method Summary
Modifier and TypeMethodDescriptiongetName()The name of the parameterbooleanisInput()Answer whenether or not the parameter is input to the module.booleanisOutput()Answer whenether or not the parameter is output to the module.voidsetIsInput(boolean value) voidsetIsOutput(boolean value) void
-
Constructor Details
-
DefaultParameter
-
DefaultParameter
-
-
Method Details
-
getName
The name of the parameter- Specified by:
getNamein interfaceModule.Parameter- Returns:
- the name
-
setName
-
isInput
Answer whenether or not the parameter is input to the module.- Specified by:
isInputin interfaceModule.Parameter- Returns:
- true if the parameter is input, false otherwise
-
setIsInput
-
isOutput
Answer whenether or not the parameter is output to the module.- Specified by:
isOutputin interfaceModule.Parameter- Returns:
- true if the parameter is output, false otherwise
-
setIsOutput
-