public static enum NativeUtils.SyntheticJSType extends Enum<NativeUtils.SyntheticJSType>
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static NativeUtils.SyntheticJSType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NativeUtils.SyntheticJSType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NativeUtils.SyntheticJSType _int
public static final NativeUtils.SyntheticJSType uint
public static final NativeUtils.SyntheticJSType Vector
public static final NativeUtils.SyntheticJSType Class
public static NativeUtils.SyntheticJSType[] values()
for (NativeUtils.SyntheticJSType c : NativeUtils.SyntheticJSType.values()) System.out.println(c);
public static NativeUtils.SyntheticJSType 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 String getValue()
Copyright © 2021 The Apache Software Foundation. All rights reserved.