Class ProcessVariable


  • public class ProcessVariable
    extends Object
    Process variable
    • Constructor Detail

      • ProcessVariable

        public ProcessVariable()
    • Method Detail

      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isRequired

        public boolean isRequired()
      • setRequired

        public void setRequired​(boolean required)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)