Enum Class Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail
java.lang.Object
java.lang.Enum<Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail>
ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail
- All Implemented Interfaces:
Serializable
,Comparable<Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail>
,Constable
,Duyts.Ꝺᴰᴺᴬ.ꞱꝹDuytsTxTᴾᴵᴱ
,Duyts.Ꝺₚᵢₑ.ꝹDocType
- Enclosing class:
Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ
@DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u7528\u65bc\u5728\u5404\u500b\u7a7a\u9593\u7dad\u5ea6\u51fa\u552e\u81ea\u552e\u5e06\u8239\u6d3b\u52d5\u9580\u7968\u7684\u5b88\u885b") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0905\u0902\u0924\u0930\u093f\u0915\u094d\u0937 \u0915\u0947 \u0938\u092d\u0940 \u0906\u092f\u093e\u092e\u094b\u0902 \u092e\u0947\u0902 \u0938\u094d\u0935\u092f\u0902 \u092c\u093f\u0915\u094d\u0930\u0940 \u0938\u0947\u0932 \u0907\u0935\u0947\u0902\u091f \u091f\u093f\u0915\u091f \u092c\u0947\u091a\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0917\u093e\u0930\u094d\u0921") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Bewaker voor de verkoop van zelfverkoopkaartjes voor zeilevenementen in alle dimensies van de ruimte") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.English.class,txt="Guard for selling self sale sail event tickets in all dimensions of space")
public static enum Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail
extends Enum<Bãß.Ꝺᵀˣᵀ.ꝹDocTypeˢᵗᵘᵖ.ₜₓₜTypeSelfSaleSail>
implements Duyts.Ꝺₚᵢₑ.ꝹDocType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
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
-