Class ConfigFieldAttributes


  • public class ConfigFieldAttributes
    extends Object
    • Constructor Detail

      • ConfigFieldAttributes

        public ConfigFieldAttributes()
    • Method Detail

      • getWeight

        public int getWeight()
      • setWeight

        public void setWeight​(int weight)
      • getFieldLengthMax

        public int getFieldLengthMax()
      • setFieldLengthMax

        public void setFieldLengthMax​(int max)
      • isLongField

        public boolean isLongField()
      • setLongField

        public void setLongField​(boolean val)
      • setSelectSize

        public void setSelectSize​(int selSize)
      • getSelectSize

        public int getSelectSize()