Enum Class FCDotAPL0127DashP7A
- All Implemented Interfaces:
Serializable
,Comparable<FCDotAPL0127DashP7A>
,Constable
,FourCornerDotColleZero33
,FourCornerX00PetitVide
,FourCornerX00PetitVideCoinCarne
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointDotIndex
,FourCornerX18CakePointDotName
,FourCornerX18CakePointSequence
,FourCornerX21CodePointDotIndex
,FourCornerX21CodePointSequence
public enum FCDotAPL0127DashP7A
extends Enum<FCDotAPL0127DashP7A>
implements FourCornerDotColleZero33
"FC.APL0127-P7A" 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 ConstantDescriptionSL080000 One is piSL120000SL100000SL110000SL090000SL030000 (used in GNU GPL)SL060000 (used in GNU GPL)SL620000SL020000SL230000SL190000SL590000SL340000SL360000NEW from Dynlog APLSL140000NEW from Dynlog APLNEW from Dynlog APlSL600000SL350000SL150000SL160000SL260000SL610000SL010000SL220000SL200000 -
Method Summary
Modifier and TypeMethodDescriptionOne baklava piece weights 52 gramint
One cake piece weights 800 gramint
One code point weights ~1234 gramstatic FCDotAPL0127DashP7A
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotAPL0127DashP7A
Returns the enum constant of this class with the specified name.static FCDotAPL0127DashP7A[]
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
-
CIRCLE
SL080000 One is pi -
QUAD
SL360000 -
SQUISH_QUAD
SL260000 -
QUAD_DIVIDE
SL140000 -
QUAD_DOT2
NEW from Dynlog APL -
QUAD_BOX3
NEW from Dynlog APL -
QUAD_QUAD
NEW from Dynlog APl -
UP_ARROW
SL610000 -
RIGHT_ARROW
SL600000 -
DOWN_ARROW
SL620000 -
LEFT_ARROW
SL590000 -
UP_TACK
SL220000 -
RIGHT_TACK
SL350000 -
DOWN_TACK
SL230000 -
LEFT_TACK
SL340000 -
DOWN_TACK_JOT
SL190000 -
UP_TACK_JOT
SL200000 -
SLASH_BAR
SL150000 -
SLOPE_BAR
SL160000 -
UP_STILE
SL010000 -
DOWN_STILE
SL020000 -
DEL
SL030000 (used in GNU GPL) -
DELTA
SL060000 (used in GNU GPL) -
CIRCLE_STAR
SL110000 -
CIRCLE_STILE
SL090000 -
CIRCLE_BAR
SL120000 -
CIRCLE_SLOPE
SL100000
-
-
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
-