Class VariableAggregationDefinition


  • public class VariableAggregationDefinition
    extends Object
    Author:
    Joram Barrez, Filip Hrisafov
    • Field Detail

      • implementationType

        protected String implementationType
      • implementation

        protected String implementation
      • target

        protected String target
      • targetExpression

        protected String targetExpression
      • storeAsTransientVariable

        protected boolean storeAsTransientVariable
      • createOverviewVariable

        protected boolean createOverviewVariable
    • Constructor Detail

      • VariableAggregationDefinition

        public VariableAggregationDefinition()
    • Method Detail

      • getImplementationType

        public String getImplementationType()
      • setImplementationType

        public void setImplementationType​(String implementationType)
      • getImplementation

        public String getImplementation()
      • setImplementation

        public void setImplementation​(String implementation)
      • getTarget

        public String getTarget()
      • setTarget

        public void setTarget​(String target)
      • getTargetExpression

        public String getTargetExpression()
      • setTargetExpression

        public void setTargetExpression​(String targetExpression)
      • isStoreAsTransientVariable

        public boolean isStoreAsTransientVariable()
      • setStoreAsTransientVariable

        public void setStoreAsTransientVariable​(boolean storeAsTransientVariable)
      • isCreateOverviewVariable

        public boolean isCreateOverviewVariable()
      • setCreateOverviewVariable

        public void setCreateOverviewVariable​(boolean createOverviewVariable)