Interface ParameterDeclaration
public interface ParameterDeclaration
Declaration of parameter - raw data from XPDL.
- Author:
- RafaĆ Nowacki 1 cze 2016
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addValue
(ParameterValue value) <T> T
getValue()
boolean
isArray()
-
Method Details
-
isArray
boolean isArray() -
addValue
-
getValue
<T> T getValue()
-