Enum Class RRAFOperator

java.lang.Object
java.lang.Enum<RRAFOperator>
com.sforce.soap.metadata.RRAFOperator
All Implemented Interfaces:
Serializable, Comparable<RRAFOperator>, java.lang.constant.Constable

public enum RRAFOperator extends Enum<RRAFOperator>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Enum Constant Details

    • Equal

      public static final RRAFOperator Equal
      Enumeration : Equal
    • Not_Equal

      public static final RRAFOperator Not_Equal
      Enumeration : Not_Equal
    • Starts_With

      public static final RRAFOperator Starts_With
      Enumeration : Starts_With
    • Contains

      public static final RRAFOperator Contains
      Enumeration : Contains
    • Does_Not_Contain

      public static final RRAFOperator Does_Not_Contain
      Enumeration : Does_Not_Contain
    • Less_Than

      public static final RRAFOperator Less_Than
      Enumeration : Less_Than
    • Greater_Than

      public static final RRAFOperator Greater_Than
      Enumeration : Greater_Than
    • Less_Or_Equal

      public static final RRAFOperator Less_Or_Equal
      Enumeration : Less_Or_Equal
    • Greater_Or_Equal

      public static final RRAFOperator Greater_Or_Equal
      Enumeration : Greater_Or_Equal
    • Include

      public static final RRAFOperator Include
      Enumeration : Include
    • Exclude

      public static final RRAFOperator Exclude
      Enumeration : Exclude
    • Within

      public static final RRAFOperator Within
      Enumeration : Within
  • Field Details

  • Method Details

    • values

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

      public static RRAFOperator valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<RRAFOperator>