public static enum IntlBuiltins.Intl extends Enum<IntlBuiltins.Intl> implements BuiltinEnum<IntlBuiltins.Intl>
Enum Constant and Description |
---|
getCanonicalLocales |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
static IntlBuiltins.Intl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntlBuiltins.Intl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
asEnum, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isNewTargetConstructor, isWritable, stripName
public static final IntlBuiltins.Intl getCanonicalLocales
public static IntlBuiltins.Intl[] values()
public static IntlBuiltins.Intl valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getLength()
getLength
in interface BuiltinEnum<IntlBuiltins.Intl>