Enum Class FCDotOCE0801DashH3

java.lang.Object
java.lang.Enum<FCDotOCE0801DashH3>
org.x4o.fc18.cake2.gram5.FCDotOCE0801DashH3
All Implemented Interfaces:
Serializable, Comparable<FCDotOCE0801DashH3>, Constable, FourCornerDotColleGram5, FourCornerX00PetitVide, FourCornerX18CakePointDotIndex, FourCornerX18CakePointDotName, FourCornerX18CakePointSequence

public enum FCDotOCE0801DashH3 extends Enum<FCDotOCE0801DashH3> implements FourCornerDotColleGram5
"FC.OCE0801-H3" Four Corner Octal Character Encoding in Hinari 3 bit.
Version:
1.0 Dec 30, 2024
Author:
Willem Cazander
  • Enum Constant Details

  • Method Details

    • values

      public static FCDotOCE0801DashH3[] 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 FCDotOCE0801DashH3 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
    • cakePointDotIndex

      public int cakePointDotIndex()
      Description copied from interface: FourCornerX18CakePointDotIndex
      One cake piece weights 800 gram
      Specified by:
      cakePointDotIndex in interface FourCornerX18CakePointDotIndex
    • valuesLength

      public static int valuesLength()
    • valueOf

      public static FCDotOCE0801DashH3 valueOf(int idx)
      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:
      idx - 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