Enum Class TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype
java.lang.Object
java.lang.Enum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
com.oracle.truffle.js.builtins.temporal.TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype
- All Implemented Interfaces:
BuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>,Serializable,Comparable<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>,Constable
- Enclosing class:
TemporalPlainMonthDayPrototypeBuiltins
public static enum TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype
extends Enum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
implements BuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface com.oracle.truffle.js.runtime.builtins.BuiltinEnum
args, asEnum, createNode, getECMAScriptVersion, getKey, getName, isAnnexB, isAOTSupported, isConfigurable, isConstructor, isEnabled, isEnumerable, isNewTargetConstructor, isOptional, isSetter, isWritable, prependAccessorPrefix
-
Enum Constant Details
-
calendarId
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype calendarId -
monthCode
-
day
-
with
-
equals
-
toPlainDate
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toPlainDate -
getISOFields
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype getISOFields -
toString
-
toLocaleString
public static final TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype toLocaleString -
toJSON
-
valueOf
-
-
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
public static TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype valueOf(String name) 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
-
getLength
public int getLength()- Specified by:
getLengthin interfaceBuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
-
isGetter
public boolean isGetter()- Specified by:
isGetterin interfaceBuiltinEnum<TemporalPlainMonthDayPrototypeBuiltins.TemporalPlainMonthDayPrototype>
-