Class ArgumentType

java.lang.Object
org.gorpipe.querydialogs.ArgumentType

public class ArgumentType extends Object
Enumeration of argument types.

Note: not using enum because it needs to be extendable.

  • Field Details

  • Constructor Details

    • ArgumentType

      protected ArgumentType(int ordinal, String name, Integer defaultDisplayWidth)
    • ArgumentType

      protected ArgumentType(int ordinal, String name)
  • Method Details