public static enum DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype extends Enum<DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype> implements BuiltinEnum<DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
format |
formatRange |
formatRangeToParts |
formatToParts |
resolvedOptions |
| Modifier and Type | Method and Description |
|---|---|
int |
getECMAScriptVersion() |
int |
getLength() |
boolean |
isGetter() |
static DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfargs, asEnum, createNode, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype resolvedOptions
public static final DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype formatToParts
public static final DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype formatRange
public static final DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype formatRangeToParts
public static final DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype format
public static DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype[] values()
public static DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype 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<DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype>public int getECMAScriptVersion()
getECMAScriptVersion in interface BuiltinEnum<DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<DateTimeFormatPrototypeBuiltins.DateTimeFormatPrototype>