Enum Class CodeStatus

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

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

    • Requested

      public static final CodeStatus Requested
      Enumeration : Requested
    • Allocated

      public static final CodeStatus Allocated
      Enumeration : Allocated
    • Provisioning

      public static final CodeStatus Provisioning
      Enumeration : Provisioning
    • Live

      public static final CodeStatus Live
      Enumeration : Live
    • Cancelled

      public static final CodeStatus Cancelled
      Enumeration : Cancelled
    • Inventory

      public static final CodeStatus Inventory
      Enumeration : Inventory
    • Attrition

      public static final CodeStatus Attrition
      Enumeration : Attrition
    • Suspended

      public static final CodeStatus Suspended
      Enumeration : Suspended
    • Imported

      public static final CodeStatus Imported
      Enumeration : Imported
    • Verifying

      public static final CodeStatus Verifying
      Enumeration : Verifying
  • Field Details

  • Method Details

    • values

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