Enum Class WarpManifestX0TheVersion
java.lang.Object
java.lang.Enum<WarpManifestX0TheVersion>
love.distributedrebirth.nx01.warp.manifestor.manifest.WarpManifestX0TheVersion
- All Implemented Interfaces:
Serializable
,Comparable<WarpManifestX0TheVersion>
,Constable
Warp manifest 0 bit schema of the version.
- 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 ConstantsEnum ConstantDescriptionFormat: teapot-asciiFormat: escaped-unicodeFormat: Custom TLV 8 bit binary with unicodeFormat: Custom TLV 18 bit binary (18 bit or 6 octals as byte replacement) -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetQName()
static WarpManifestX0TheVersion
Returns the enum constant of this class with the specified name.static Optional
<WarpManifestX0TheVersion> valueOfQName
(String qName) static WarpManifestX0TheVersion[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VERSION_1_0
Format: teapot-ascii -
VERSION_2_0
Format: escaped-unicode -
VERSION_3_0
Format: Custom TLV 8 bit binary with unicode -
VERSION_5_0
Format: Custom TLV 18 bit binary (18 bit or 6 octals as byte replacement)
-
-
Field Details
-
VERSION_4_0
-
-
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
-
getQName
-
valueOfQName
-