public static enum JSToPrimitiveNode.Hint extends Enum<JSToPrimitiveNode.Hint>
| Modifier and Type | Method and Description |
|---|---|
static JSToPrimitiveNode.Hint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSToPrimitiveNode.Hint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JSToPrimitiveNode.Hint None
public static final JSToPrimitiveNode.Hint String
public static final JSToPrimitiveNode.Hint Number
public static JSToPrimitiveNode.Hint[] values()
public static JSToPrimitiveNode.Hint 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