public static enum TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype extends Enum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype> implements BuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
calendar |
day |
equals |
getISOFields |
monthCode |
toJSON |
toLocaleString |
toPlainDate |
toString |
valueOf |
with |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
isGetter() |
static TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype[] |
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, isNewTargetConstructor, isSetter, isWritable, prependAccessorPrefix, stripNamepublic static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype calendar
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype monthCode
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype day
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype with
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype equals
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toPlainDate
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype getISOFields
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toString
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toLocaleString
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toJSON
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype valueOf
public static TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype[] values()
public static TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype 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<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>