public static enum TypedArray.ElementType extends Enum<TypedArray.ElementType>
Enum.EnumDesc<E extends Enum<E>>| Enum Constant and Description |
|---|
BigInt64 |
BigUint64 |
Float32 |
Float64 |
Int16 |
Int32 |
Int8 |
Uint16 |
Uint32 |
Uint8 |
Uint8Clamped |
| Modifier and Type | Method and Description |
|---|---|
static TypedArray.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypedArray.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypedArray.ElementType Int8
public static final TypedArray.ElementType Uint8
public static final TypedArray.ElementType Uint8Clamped
public static final TypedArray.ElementType Int16
public static final TypedArray.ElementType Uint16
public static final TypedArray.ElementType Int32
public static final TypedArray.ElementType Uint32
public static final TypedArray.ElementType BigInt64
public static final TypedArray.ElementType BigUint64
public static final TypedArray.ElementType Float32
public static final TypedArray.ElementType Float64
public static TypedArray.ElementType[] values()
public static TypedArray.ElementType 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 null