Interface ITypedOptionDefinition

All Superinterfaces:
IOptionDefinition
All Known Implementing Classes:
BooleanOptionDefinition, ListOptionDefinition, OptionDefinition

public interface ITypedOptionDefinition extends IOptionDefinition
Extended, typed option containing type of definition in addition to IOptionDefinition.
  • Method Details

    • getType

      Retrieve the type of the option
      Returns:
      the type
    • getOptions

      Object getOptions()
      Optional additional options
      Returns:
      additional options, depends on type