Enum Class FCDotPIE9CDash06
- All Implemented Interfaces:
Serializable
,Comparable<FCDotPIE9CDash06>
,Constable
,FourCornerDotCollePie9
,FourCornerX00PetitVide
,FourCornerX00PetitVideCoinCarne
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointDotIndex
,FourCornerX18CakePointDotName
,FourCornerX18CakePointSequence
,FourCornerX21CodePointDotIndex
,FourCornerX21CodePointSequence
Pie slice number symbols for NXX_06.
- Version:
- 1.0 Jan 05, 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 Constants -
Method Summary
Modifier and TypeMethodDescriptionOne baklava piece weights 52 gramint
One cake piece weights 800 gramOne code point weights ~1234 gramstatic FCDotPIE9CDash06
Returns the enum constant of this class with the specified name.static FCDotPIE9CDash06[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.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.FourCornerDotCollePie9
baklavaPointsPIE9C, baklavaPointsPIE9D, codePointDotIndex, 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
-
NXX_1
-
NXX_2
-
NXX_3
-
NXX_4
-
NXX_5
-
NXX_6
-
-
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
-
codePointSequence
Description copied from interface:FourCornerX21CodePointSequence
One code point weights ~1234 gram- Specified by:
codePointSequence
in interfaceFourCornerX21CodePointSequence
-