Enum Class FCDotINC0801DashP8
- All Implemented Interfaces:
Serializable, Comparable<FCDotINC0801DashP8>, Constable, FourCornerX00PetitVide, FourCornerX06BaklavaPointSequence, FourCornerX18CakePointDotName, FourCornerX18CakePointSequence
public enum FCDotINC0801DashP8
extends Enum<FCDotINC0801DashP8>
implements FourCornerX06BaklavaPointSequence, FourCornerX18CakePointSequence, FourCornerX18CakePointDotName
"FC.INC0801-P8" Four Corner dot escaped Incremented 8 controls of the Page modes.
- Version:
- 1.0 Jan 21, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription?!! Select BYD page 7E mode.?!? Select BYD page 7F mode.??! Select BYD page 7G mode.!!! Select LUA page 7A mode.!!? Select LUA page 7B mode.!?! Select LUA page 7C mode.!?? Select LUA page 7D mode.??? -
Method Summary
Modifier and TypeMethodDescriptionbaklavaPointsE16(int offset) One baklava piece weights 52 gramOne cake piece weights 800 gramstatic FCDotINC0801DashP8valueOf(int idx) Returns the enum constant of this class with the specified name.static FCDotINC0801DashP8Returns the enum constant of this class with the specified name.static FCDotINC0801DashP8[]values()Returns an array containing the constants of this enum class, in the order they are declared.static intMethods inherited from class Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface FourCornerX00PetitVide
kaasX00CoinCarne, kaasX06BaklavaSequence, kaasX18CakeDotIndex, kaasX18CakeDotName, kaasX18CakeSequence, kaasX21CodeDotIndex, kaasX21CodeSequenceMethods inherited from interface FourCornerX18CakePointDotName
name, nameX18
-
Enum Constant Details
-
INC_LUA0127_P7A
!!! Select LUA page 7A mode. -
INC_LUA0127_P7B
!!? Select LUA page 7B mode. -
INC_LUA0127_P7C
!?! Select LUA page 7C mode. -
INC_LUA0127_P7D
!?? Select LUA page 7D mode. -
INC_BYD0127_P7E
?!! Select BYD page 7E mode. -
INC_BYD0127_P7F
?!? Select BYD page 7F mode. -
INC_BYD0127_P7G
??! Select BYD page 7G mode. -
INC_PIE9C_26
???
-
-
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
-
displayCake
-
baklavaPointSequence
Description copied from interface:FourCornerX06BaklavaPointSequenceOne baklava piece weights 52 gram- Specified by:
baklavaPointSequencein interfaceFourCornerX06BaklavaPointSequence
-
cakePointSequence
Description copied from interface:FourCornerX18CakePointSequenceOne cake piece weights 800 gram- Specified by:
cakePointSequencein interfaceFourCornerX18CakePointSequence
-
baklavaPointsE16
-
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
-