Enum Class FCDotINC0801DashP8
- All Implemented Interfaces:
Serializable
,Comparable<FCDotINC0801DashP8>
,Constable
,FourCornerX00PetitVide
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointSequence
public enum FCDotINC0801DashP8
extends Enum<FCDotINC0801DashP8>
implements FourCornerX06BaklavaPointSequence, FourCornerX08MuffinPointSequence, FourCornerX18CakePointSequence
"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 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescription¡¡¡ Select APL page 7A mode.¡¡¿ Select APL page 7B mode.¡¿¡ Select APL page 7C mode.¡¿¿ Select BYD page 7D mode.¿¡¿ Select BYD page 7E mode.¿¡¿ Select BYD page 7F mode.¿¿¿¿¡¡ Select italic mode. -
Method Summary
Modifier and TypeMethodDescriptionbaklavaPointsE16
(int offset) One baklava piece weights 52 gramOne cake piece weights 800 gramOne muffin piece weights 111 gramstatic FCDotINC0801DashP8
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotINC0801DashP8
Returns 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 int
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX00PetitVide
kaasX00CoinCarne, kaasX06BaklavaSequence, kaasX08MuffinSequence, kaasX18CakeDotIndex, kaasX18CakeDotName, kaasX18CakeSequence, kaasX21CodeDotIndex, kaasX21CodeSequence
-
Enum Constant Details
-
INC_APL0127_P7A
¡¡¡ Select APL page 7A mode. -
INC_APL0127_P7B
¡¡¿ Select APL page 7B mode. -
INC_APL0127_P7C
¡¿¡ Select APL page 7C mode. -
INC_BYD0127_P7D
¡¿¿ Select BYD page 7D mode. -
INC_BYD0127_P7E
¿¡¿ Select BYD page 7E mode. -
INC_BYD0127_P7F
¿¡¿ Select BYD page 7F mode. -
INC_PIE9D_27
¿¡¡ Select italic 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:FourCornerX06BaklavaPointSequence
One baklava piece weights 52 gram- Specified by:
baklavaPointSequence
in interfaceFourCornerX06BaklavaPointSequence
-
muffinPointSequence
Description copied from interface:FourCornerX08MuffinPointSequence
One muffin piece weights 111 gram- Specified by:
muffinPointSequence
in interfaceFourCornerX08MuffinPointSequence
-
cakePointSequence
Description copied from interface:FourCornerX18CakePointSequence
One cake piece weights 800 gram- Specified by:
cakePointSequence
in 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
-