Enum Class FCFlameStenoTongue
- All Implemented Interfaces:
Serializable, Comparable<FCFlameStenoTongue>, Constable
The steno tongue speak language supported limits.
- Version:
- 1.0 Sep 6, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionFull range with all featuresAn adult man does not use candy.An sand man rides adult worms, in the desert of the real.Pure six bit baklave point word candy.Big computer have extra ROM space for extra candy letters. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSixBit()booleanstatic FCFlameStenoTonguevalueOf(int idx) Returns the enum constant of this class with the specified name.static FCFlameStenoTongueReturns the enum constant of this class with the specified name.static FCFlameStenoTongue[]values()Returns an array containing the constants of this enum class, in the order they are declared.static int
-
Enum Constant Details
-
FC6
Pure six bit baklave point word candy. -
FC6_PLUS
Big computer have extra ROM space for extra candy letters. -
FC18
Full range with all features -
FC18_ADULT
An adult man does not use candy. -
FC18_WORMS
An sand man rides adult worms, in the desert of the real.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
isSixBit
public boolean isSixBit() -
limitAdult
public boolean limitAdult() -
valuesLength
public static int valuesLength() -
valueOf
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 nameNullPointerException- if the argument is null
-