Class RequirementBuilder.Input

  • Enclosing class:
    RequirementBuilder

    public static class RequirementBuilder.Input
    extends Object
    The input of the requirement builder
    • Field Detail

      • menu

        public final Menu menu
      • type

        public final String type
      • name

        public final String name
      • value

        public final Object value
    • Constructor Detail

      • Input

        public Input​(Menu menu,
                     String type,
                     String name,
                     Object value)
        Create a new input
        Parameters:
        menu - the menu
        type - the type of the requirement
        name - the name of the requirement
        value - the value of the requirement