Enum Class BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected
java.lang.Object
java.lang.Enum<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected>
ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.ᒼᒻᣔᙆᙆ.BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected
- All Implemented Interfaces:
Serializable
,Comparable<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected>
,Constable
,BabelẞlueText
- Enclosing class:
BãßBȍőnRevenantHomingMissile.ꝹError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Revenant infighting detected, abort attack on %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Skelet gevecht gedetecteerd, aanval op %1$s afbreken") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u5075\u6e2c\u5230\u9ab7\u9acf\u5167\u8a0c\uff0c\u4e2d\u6b62\u5c0d %1$s \u7684\u653b\u64ca") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0915\u0902\u0915\u093e\u0932 \u0915\u0940 \u0905\u0902\u0926\u0930\u0942\u0928\u0940 \u0932\u0921\u093c\u093e\u0908 \u0915\u093e \u092a\u0924\u093e \u091a\u0932\u093e, %1$s \u092a\u0930 \u0939\u092e\u0932\u093e \u0930\u0926\u094d\u0926 \u0915\u0930\u0947\u0902")
public static enum BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected
extends Enum<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜInfightingDetected>
implements BabelẞlueText
-
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
-