Enum CharsetMBCS.SISO_Option

java.lang.Object
java.lang.Enum<CharsetMBCS.SISO_Option>
com.ibm.icu.charset.CharsetMBCS.SISO_Option
All Implemented Interfaces:
Serializable, Comparable<CharsetMBCS.SISO_Option>, java.lang.constant.Constable
Enclosing class:
CharsetMBCS

private static enum CharsetMBCS.SISO_Option extends Enum<CharsetMBCS.SISO_Option>
  • Enum Constant Details

  • Constructor Details

    • SISO_Option

      private SISO_Option()
  • Method Details

    • values

      public static CharsetMBCS.SISO_Option[] 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 CharsetMBCS.SISO_Option 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