Enum Class FCDotAPL0127DashP7C
- All Implemented Interfaces:
Serializable
,Comparable<FCDotAPL0127DashP7C>
,Constable
,FourCornerDotColleZero33
,FourCornerX00PetitVide
,FourCornerX00PetitVideCoinCarne
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointDotIndex
,FourCornerX18CakePointDotName
,FourCornerX18CakePointSequence
,FourCornerX21CodePointDotIndex
,FourCornerX21CodePointSequence
public enum FCDotAPL0127DashP7C
extends Enum<FCDotAPL0127DashP7C>
implements FourCornerDotColleZero33
"FC.APL0127-P7C" Four Corner A Programming Language symbols cake slice of cake points.
- Version:
- 1.0 Jan 1, 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 ConstantDescriptionSL710000SL480000SL490000SL040000SL320000SL720000SL420000NEW from dynslog APLSL370000NEW from dynlog APLSL750000SL630000SL270000=== ⎕LOCK SL130000SL280000SL740000SL210000 -
Method Summary
Modifier and TypeMethodDescriptionOne baklava piece weights 52 gramint
One cake piece weights 800 gramint
One code point weights ~1234 gramstatic FCDotAPL0127DashP7C
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotAPL0127DashP7C
Returns the enum constant of this class with the specified name.static FCDotAPL0127DashP7C[]
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.FourCornerDotColleZero33
codePointSequence, coinCarneFrapper, muffinPointSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX00PetitVide
kaasX00CoinCarne, kaasX06BaklavaSequence, kaasX08MuffinSequence, kaasX18CakeDotIndex, kaasX18CakeDotName, kaasX18CakeSequence, kaasX21CodeDotIndex, kaasX21CodeSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX18CakePointDotIndex
cakePointSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX18CakePointDotName
name, nameX18
-
Enum Constant Details
-
EPSILON
SL720000 -
LEFT_SHOE_UNDERBAR
NEW from dynslog APL -
LEFT_SHOE
SL420000 -
RHO
SL740000 -
MINUS_COMMA
NEW from dynlog APL -
UP_SHOE_NULL
SL210000 -
OVERBAR
SL630000 -
ALPHA
SL710000 -
OMEGA
SL750000 -
DEL_TILDE
SL040000 -
QUAD_QUOTE
=== ⎕LOCK SL130000 -
QUAD_JOT
SL270000 -
QUAD_SLOPE
SL280000 -
DIAERESIS_DOT
SL320000 -
DELTA_UNDERBAR
-
LESS_GREATER
SL370000 -
CIRCLE_PLUS
SL480000 -
CIRCLE_TIMES
SL490000 -
OPEN_19
-
OPEN_20
-
OPEN_21
-
OPEN_22
-
OPEN_23
-
OPEN_24
-
OPEN_25
-
OPEN_26
-
OPEN_27
-
-
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
-
cakePointDotIndex
public int cakePointDotIndex()Description copied from interface:FourCornerX18CakePointDotIndex
One cake piece weights 800 gram- Specified by:
cakePointDotIndex
in interfaceFourCornerX18CakePointDotIndex
-
codePointDotIndex
public int codePointDotIndex()Description copied from interface:FourCornerX21CodePointDotIndex
One code point weights ~1234 gram- Specified by:
codePointDotIndex
in interfaceFourCornerX21CodePointDotIndex
-
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
-