Class TaskFormOutput


  • public class TaskFormOutput
    extends Object
    Holds info for one task form output.
    • Constructor Detail

      • TaskFormOutput

        public TaskFormOutput()
    • Method Detail

      • getRefType

        public String getRefType()
      • setRefType

        public void setRefType​(String refType)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isBooleanRefType

        public boolean isBooleanRefType()
      • setBooleanRefType

        public void setBooleanRefType​(boolean booleanRefType)
      • isIntegerRefType

        public boolean isIntegerRefType()
      • setIntegerRefType

        public void setIntegerRefType​(boolean integerRefType)
      • isDateRefType

        public boolean isDateRefType()
      • setDateRefType

        public void setDateRefType​(boolean dateRefType)
      • isFloatRefType

        public boolean isFloatRefType()
      • setFloatRefType

        public void setFloatRefType​(boolean floatRefType)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)