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

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

    • PRESERVES_ORDER

      public static final Statement PRESERVES_ORDER
    • PRESERVES_SIZE

      public static final Statement PRESERVES_SIZE
    • PRESERVES_TYPE

      public static final Statement PRESERVES_TYPE
    • PRESERVES_STREAM_TYPE

      public static final Statement PRESERVES_STREAM_TYPE
    • PRESERVES_DISTINCT

      public static final Statement PRESERVES_DISTINCT
    • PRESERVES_SORTED

      public static final Statement PRESERVES_SORTED
    • PRESERVES_FINITE

      public static final Statement PRESERVES_FINITE
    • PRESERVES_SIDE_EFFECT

      public static final Statement PRESERVES_SIDE_EFFECT
    • MODIFIES_ORDER

      public static final Statement MODIFIES_ORDER
    • MODIFIES_SIZE

      public static final Statement MODIFIES_SIZE
    • MODIFIES_TYPE

      public static final Statement MODIFIES_TYPE
    • MODIFIES_STREAM_TYPE

      public static final Statement MODIFIES_STREAM_TYPE
    • MODIFIES_DISTINCT

      public static final Statement MODIFIES_DISTINCT
    • MODIFIES_SORTED

      public static final Statement MODIFIES_SORTED
    • MODIFIES_FINITE

      public static final Statement MODIFIES_FINITE
    • MODIFIES_SIDE_EFFECT

      public static final Statement MODIFIES_SIDE_EFFECT
    • CLEARS_ORDER

      public static final Statement CLEARS_ORDER
    • CLEARS_SIZE

      public static final Statement CLEARS_SIZE
    • CLEARS_TYPE

      public static final Statement CLEARS_TYPE
    • CLEARS_STREAM_TYPE

      public static final Statement CLEARS_STREAM_TYPE
    • CLEARS_DISTINCT

      public static final Statement CLEARS_DISTINCT
    • CLEARS_SORTED

      public static final Statement CLEARS_SORTED
    • CLEARS_FINITE

      public static final Statement CLEARS_FINITE
    • CLEARS_SIDE_EFFECT

      public static final Statement CLEARS_SIDE_EFFECT
  • Method Details

    • values

      public static Statement[] 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 Statement 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
    • verb

      public Verb verb()
    • property

      public Property property()