Enum Class FCDotDEC0801DashE10
- All Implemented Interfaces:
Serializable
,Comparable<FCDotDEC0801DashE10>
,Constable
,FourCornerX00PetitVide
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointSequence
public enum FCDotDEC0801DashE10
extends Enum<FCDotDEC0801DashE10>
implements FourCornerX06BaklavaPointSequence, FourCornerX08MuffinPointSequence, FourCornerX18CakePointSequence
"FC.DEC0801-E10" Four Corner dot Directly Escaped Control of 8 embedded control codes.
Select data gram local text symbols for 6 and 8 bit systems.
And these can be used within an user escape sequence and/or in the vt06 sequences as serial switching.
- 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¡¿¡ 10 gram of AMD (decimals)¡¡¿ 2 gram of BMW (booleans)¡¡¡ Back to normal dough¿¡¡ 26 gram of ICL (lowercase)¡¿¿ 27 gram of NES (unvocalized-hebrew)¿¡¿ 3 gram of NXP (3-phase)¿¿¿ 8 gram of OCE (octals)¿¡¿ 1 gram of UWU (white space) Typewriter gram escape the the UWU word space word index register lookup the right white and left width for user. -
Method Summary
Modifier and TypeMethodDescriptionbaklavaPointsE10
(int offset) One baklava piece weights 52 gramOne cake piece weights 800 gramOne muffin piece weights 111 gramstatic FCDotDEC0801DashE10
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotDEC0801DashE10
Returns the enum constant of this class with the specified name.static FCDotDEC0801DashE10[]
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
-
E10_CDC1604_P6
¡¡¡ Back to normal dough -
E10_BMW0102_S2
¡¡¿ 2 gram of BMW (booleans) -
E10_AMD0110_SA
¡¿¡ 10 gram of AMD (decimals) -
E10_NES0127_9C
¡¿¿ 27 gram of NES (unvocalized-hebrew) -
E10_NXP0103_S3
¿¡¿ 3 gram of NXP (3-phase) -
E10_UWU0101_S1
¿¡¿ 1 gram of UWU (white space) Typewriter gram escape the the UWU word space word index register lookup the right white and left width for user. -
E10_ICL0126_9B
¿¡¡ 26 gram of ICL (lowercase) -
E10_OCE0801_H3
¿¿¿ 8 gram of OCE (octals)
-
-
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
-
baklavaPointsE10
-
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
-