public static enum StaticTransform.Type extends Enum<StaticTransform.Type>
| Enum Constant and Description |
|---|
JAVASCRIPT |
| Modifier and Type | Method and Description |
|---|---|
static StaticTransform.Type |
fromValue(Object value) |
String |
value() |
static StaticTransform.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StaticTransform.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticTransform.Type JAVASCRIPT
public static StaticTransform.Type[] values()
for (StaticTransform.Type c : StaticTransform.Type.values()) System.out.println(c);
public static StaticTransform.Type 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 value()
public static StaticTransform.Type fromValue(Object value)
Copyright © 2023. All rights reserved.