java.lang.Object
java.lang.Enum<Property>
com.speedment.jpastreamer.pipeline.intermediate.Property
All Implemented Interfaces:
Serializable, Comparable<Property>, java.lang.constant.Constable

public enum Property extends Enum<Property>
Author:
Per Minborg
  • Enum Constant Details

    • ORDER

      public static final Property ORDER
    • SIZE

      public static final Property SIZE
    • TYPE

      public static final Property TYPE
    • STREAM_TYPE

      public static final Property STREAM_TYPE
    • DISTINCT

      public static final Property DISTINCT
    • SORTED

      public static final Property SORTED
    • FINITE

      public static final Property FINITE
      Is this a finite stream.
    • SIDE_EFFECT

      public static final Property SIDE_EFFECT
      Does this action have a side effect (like peek() might).
  • Method Details

    • values

      public static Property[] 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 Property 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