Class ConversionRuleBean


  • public class ConversionRuleBean
    extends Object
    Author:
    User
    • Constructor Detail

      • ConversionRuleBean

        public ConversionRuleBean()
    • Method Detail

      • getConvertionSteps

        public List<org.openl.rules.tbasic.compile.ConversionRuleStep> getConvertionSteps()
      • getLabel

        public String[] getLabel()
        Returns:
        the label
      • getNameForDebug

        public String[] getNameForDebug()
        Returns:
        the nameForDebug
      • getOperation

        public String getOperation()
        Returns:
        the operation
      • getOperationParam1

        public String[] getOperationParam1()
        Returns:
        the operationParam1
      • getOperationParam2

        public String[] getOperationParam2()
        Returns:
        the operationParam2
      • getOperationType

        public String[] getOperationType()
        Returns:
        the operationType
      • isMultiLine

        public boolean isMultiLine()
        Returns:
        the multiLine
      • setLabel

        public void setLabel​(String[] label)
        Parameters:
        label - the label to set
      • setMultiLine

        public void setMultiLine​(boolean multiLine)
        Parameters:
        multiLine - the multiLine to set
      • setNameForDebug

        public void setNameForDebug​(String[] nameForDebug)
        Parameters:
        nameForDebug - the nameForDebug to set
      • setOperation

        public void setOperation​(String operation)
        Parameters:
        operation - the operation to set
      • setOperationParam1

        public void setOperationParam1​(String[] operationParam1)
        Parameters:
        operationParam1 - the operationParam1 to set
      • setOperationParam2

        public void setOperationParam2​(String[] operationParam2)
        Parameters:
        operationParam2 - the operationParam2 to set
      • setOperationType

        public void setOperationType​(String[] operationType)
        Parameters:
        operationType - the operationType to set