Enum Class FCFlameStenoTongue

java.lang.Object
java.lang.Enum<FCFlameStenoTongue>
org.x4o.fc18.zion7.flame4.FCFlameStenoTongue
All Implemented Interfaces:
Serializable, Comparable<FCFlameStenoTongue>, Constable

public enum FCFlameStenoTongue extends Enum<FCFlameStenoTongue>
The steno tongue speak language supported limits.
Version:
1.0 Sep 6, 2025
Author:
Willem Cazander
  • Enum Constant Details

    • FC6

      public static final FCFlameStenoTongue FC6
      Pure six bit baklave point word candy.
    • FC6_PLUS

      public static final FCFlameStenoTongue FC6_PLUS
      Big computer have extra ROM space for extra candy letters.
    • FC18

      public static final FCFlameStenoTongue FC18
      Full range with all features
    • FC18_ADULT

      public static final FCFlameStenoTongue FC18_ADULT
      An adult man does not use candy.
    • FC18_WORMS

      public static final FCFlameStenoTongue FC18_WORMS
      An sand man rides adult worms, in the desert of the real.
  • Method Details

    • values

      public static FCFlameStenoTongue[] 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 FCFlameStenoTongue 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
    • isSixBit

      public boolean isSixBit()
    • limitAdult

      public boolean limitAdult()
    • valuesLength

      public static int valuesLength()
    • valueOf

      public static FCFlameStenoTongue 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