Enum Class Encoding

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

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

    • UTF_8

      public static final Encoding UTF_8
      Enumeration : UTF_8
    • ISO_8859_1

      public static final Encoding ISO_8859_1
      Enumeration : ISO_8859_1
    • Shift_JIS

      public static final Encoding Shift_JIS
      Enumeration : Shift_JIS
    • ISO_2022_JP

      public static final Encoding ISO_2022_JP
      Enumeration : ISO_2022_JP
    • EUC_JP

      public static final Encoding EUC_JP
      Enumeration : EUC_JP
    • ks_c_5601_1987

      public static final Encoding ks_c_5601_1987
      Enumeration : ks_c_5601_1987
    • Big5

      public static final Encoding Big5
      Enumeration : Big5
    • GB2312

      public static final Encoding GB2312
      Enumeration : GB2312
    • Big5_HKSCS

      public static final Encoding Big5_HKSCS
      Enumeration : Big5_HKSCS
    • x_SJIS_0213

      public static final Encoding x_SJIS_0213
      Enumeration : x_SJIS_0213
  • Field Details

  • Method Details

    • values

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