Class OptionInfo


  • public class OptionInfo
    extends Object
    A class which contains information about a single option.
    Author:
    John Dunlap
    • Constructor Detail

      • OptionInfo

        public OptionInfo​(Field field)
        Creates a new OptionInfo object from the given field.
        Parameters:
        field - The field to create the OptionInfo object from.
    • Method Detail

      • getFlag

        public String getFlag()
      • getCode

        public char getCode()
      • getDescription

        public String getDescription()
      • getCategory

        public String getCategory()
      • isRequired

        public boolean isRequired()