Class FormVariable


  • public class FormVariable
    extends Object
    Author:
    Filip Hrisafov
    • Field Detail

      • name

        protected final String name
      • type

        protected final String type
      • subType

        protected final String subType
      • isWritable

        protected final boolean isWritable
      • isEnabled

        protected final boolean isEnabled
      • isRequired

        protected final boolean isRequired
    • Constructor Detail

      • FormVariable

        public FormVariable​(String name,
                            String type,
                            Map<String,​Object> formField,
                            boolean isWritable,
                            boolean isEnabled,
                            boolean isRequired)
      • FormVariable

        public FormVariable​(String name,
                            String type,
                            String subType,
                            Map<String,​Object> formField,
                            boolean isWritable,
                            boolean isEnabled,
                            boolean isRequired)
    • Method Detail

      • getName

        public String getName()
      • getType

        public String getType()
      • getSubType

        public String getSubType()
      • addNestedVariableTypes

        public void addNestedVariableTypes​(Map<String,​List<FormVariable>> nestedVariableTypesToAdd)
      • isEnabled

        public boolean isEnabled()
      • isRequired

        public boolean isRequired()
      • isWritable

        public boolean isWritable()