Enum Class ZilLaLaManyfestoSectionGoal
java.lang.Object
java.lang.Enum<ZilLaLaManyfestoSectionGoal>
love.distributedrebirth.nx01.warp.fault.sitra.ZilLaLaManyfestoSectionGoal
- All Implemented Interfaces:
Serializable
,Comparable<ZilLaLaManyfestoSectionGoal>
,Constable
Predefined goals to the section headers to indicate purpose for UI grouping.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ZilLaLaManyfestoSectionGoalScore
BimBamBoo clock version artifact goal score meta flag.static final ZilLaLaManyfestoSectionGoalScore
The amounts of bubble memory brain space like information.static final ZilLaLaManyfestoSectionGoalScore
The threads of the process soft as butter.static final ZilLaLaManyfestoSectionGoalScore
A white paper to write to, as last resort to report.static final ZilLaLaManyfestoSectionGoalScore
A chain entry of one rock in the iceberg of errors.static final ZilLaLaManyfestoSectionGoalScore
The stack cut in small trace pieces. -
Method Summary
Modifier and TypeMethodDescriptionstatic ZilLaLaManyfestoSectionGoal
Returns the enum constant of this class with the specified name.static ZilLaLaManyfestoSectionGoal[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
亞
-
-
Field Details
-
ROCK
A chain entry of one rock in the iceberg of errors. -
PAPER
A white paper to write to, as last resort to report. -
SCISSORS
The stack cut in small trace pieces. -
BUTTER
The threads of the process soft as butter. -
BUBBLES
The amounts of bubble memory brain space like information. -
BIMBAMBOO
BimBamBoo clock version artifact goal score meta flag.
-
-
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
-
virtualValues
-