Enum Class FCDotCMD5401Dash2D
- All Implemented Interfaces:
Serializable
,Comparable<FCDotCMD5401Dash2D>
,Constable
,FourCornerX00PetitVide
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointSequence
public enum FCDotCMD5401Dash2D
extends Enum<FCDotCMD5401Dash2D>
implements FourCornerX06BaklavaPointSequence, FourCornerX08MuffinPointSequence, FourCornerX18CakePointSequence
"FC.CMD5401-2D" Four Corner dot Command for 54 embedded control codes.
- 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 ConstantDescriptionWrite out an nether line which goes to the line below, also called a line feed with automatic carriage return.Write out an basic spanish peace sign, a virtual none-excisting symbol. -
Method Summary
Modifier and TypeMethodDescriptionOne baklava piece weights 52 gramOne cake piece weights 800 gramOne muffin piece weights 111 gramstatic FCDotCMD5401Dash2D
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotCMD5401Dash2D
Returns the enum constant of this class with the specified name.static Optional
<FCDotCMD5401Dash2D> valueOfCDC
(int cdcPoint) static FCDotCMD5401Dash2D[]
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
-
CMD_F4TXT0001_SP
Write out an basic spanish peace sign, a virtual none-excisting symbol. -
CMD_F4TTY0001_NL
Write out an nether line which goes to the line below, also called a line feed with automatic carriage return.
-
-
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
-
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
-
valueOfCDC
-
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
-