public static enum RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype extends Enum<RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype> implements BuiltinEnum<RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
format |
formatToParts |
resolvedOptions |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
static RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype[] |
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, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isGetter, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype resolvedOptions
public static final RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype format
public static final RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype formatToParts
public static RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype[] values()
public static RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype 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<RelativeTimeFormatPrototypeBuiltins.RelativeTimeFormatPrototype>