public static enum ArrayBufferPrototypeBuiltins.ArrayBufferPrototype extends Enum<ArrayBufferPrototypeBuiltins.ArrayBufferPrototype> implements BuiltinEnum<ArrayBufferPrototypeBuiltins.ArrayBufferPrototype>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
byteLength |
detached |
slice |
transfer |
transferToFixedLength |
| Modifier and Type | Method and Description |
|---|---|
int |
getECMAScriptVersion() |
int |
getLength() |
boolean |
isGetter() |
static ArrayBufferPrototypeBuiltins.ArrayBufferPrototype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArrayBufferPrototypeBuiltins.ArrayBufferPrototype[] |
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 ArrayBufferPrototypeBuiltins.ArrayBufferPrototype byteLength
public static final ArrayBufferPrototypeBuiltins.ArrayBufferPrototype slice
public static final ArrayBufferPrototypeBuiltins.ArrayBufferPrototype detached
public static final ArrayBufferPrototypeBuiltins.ArrayBufferPrototype transfer
public static final ArrayBufferPrototypeBuiltins.ArrayBufferPrototype transferToFixedLength
public static ArrayBufferPrototypeBuiltins.ArrayBufferPrototype[] values()
public static ArrayBufferPrototypeBuiltins.ArrayBufferPrototype 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<ArrayBufferPrototypeBuiltins.ArrayBufferPrototype>public boolean isGetter()
isGetter in interface BuiltinEnum<ArrayBufferPrototypeBuiltins.ArrayBufferPrototype>public int getECMAScriptVersion()
getECMAScriptVersion in interface BuiltinEnum<ArrayBufferPrototypeBuiltins.ArrayBufferPrototype>