Enum Prop.Output

java.lang.Object
java.lang.Enum<Prop.Output>
net.hydromatic.morel.eval.Prop.Output
All Implemented Interfaces:
Serializable, Comparable<Prop.Output>, java.lang.constant.Constable
Enclosing class:
Prop

public static enum Prop.Output extends Enum<Prop.Output>
Allowed values for Prop.OUTPUT property.
  • Enum Constant Details

    • CLASSIC

      public static final Prop.Output CLASSIC
      Classic output type, same as Standard ML. The default.
    • TABULAR

      public static final Prop.Output TABULAR
      Tabular output if the value is a list of records, otherwise classic.
  • Constructor Details

    • Output

      private Output()
  • Method Details

    • values

      public static Prop.Output[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Prop.Output valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null