Enum Class FCFlameNumberTaste
- All Implemented Interfaces:
Serializable, Comparable<FCFlameNumberTaste>, Constable
The supported chocolate number tastes.
- Version:
- 1.0 Sep 3 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription1001110110101110111111001000101101010111010001100001001100000010 -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanstatic FCFlameNumberTastevalueOf(int idx) Returns the enum constant of this class with the specified name.static FCFlameNumberTasteReturns the enum constant of this class with the specified name.static FCFlameNumberTaste[]values()Returns an array containing the constants of this enum class, in the order they are declared.static int
-
Enum Constant Details
-
NUMBER_POSITIVE
0000 -
NUMBER_NEGATIVE
0001 -
NUMBER_POSITIVE_CARRY
0010 -
NUMBER_NEGATIVE_CARRY
0011 -
INFINITY_POSITIVE
0100 -
INFINITY_NEGATIVE
0101 -
INFINITY_POSITIVE_CARRY
0110 -
INFINITY_NEGATIVE_CARRY
0111 -
FLAG_ROUNDED
1000 -
FLAG_CLAMPED
1001 -
FLAG_INEXACT
1010 -
FLAG_UDERFLOW
1011 -
FLAG_OVERFLOW
1100 -
FLAG_DIV_BY_ZERO
1101 -
FLAG_INVALID_OPERATION
1110 -
FLAG_NAN
1111
-
-
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
-
numberValid
public boolean numberValid() -
numberValidInteger4D
public boolean numberValidInteger4D() -
numberValidInfinity4D
public boolean numberValidInfinity4D() -
statusSignPositive
public boolean statusSignPositive() -
statusSignNegative
public boolean statusSignNegative() -
statusCarryLess
public boolean statusCarryLess() -
statusCarryOke
public boolean statusCarryOke() -
statusFlag
public boolean statusFlag() -
chocoRemeltUp
-
chocoRemeltDown
-
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
-