Enum Class FCFlameNumberGram
- All Implemented Interfaces:
Serializable, Comparable<FCFlameNumberGram>, Constable
The supported number grams.
- Version:
- 1.0 Aug 25, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionintcutCount()intstatic FCFlameNumberGramvalueByCutCount(int cutCount) static FCFlameNumberGramvalueOf(int idx) Returns the enum constant of this class with the specified name.static FCFlameNumberGramReturns the enum constant of this class with the specified name.static FCFlameNumberGram[]values()Returns an array containing the constants of this enum class, in the order they are declared.static int
-
Enum Constant Details
-
CUT_2
-
CUT_10
-
CUT_256
-
CUT_27
-
CUT_9
-
CUT_6
-
CUT_3
-
CUT_5
-
CUT_7
-
CUT_1
-
CUT_4
-
CUT_26
-
CUT_60
-
CUT_12
-
CUT_24
-
CUT_8
-
CUT_64
-
CUT_512
-
CUT_2048
-
CUT_1024
-
-
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
-
cutCount
public int cutCount() -
cutZeroCakePoint
public int cutZeroCakePoint() -
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
-
valueByCutCount
-