public static enum ApiTemplate.OutputVariable.Type extends Enum<ApiTemplate.OutputVariable.Type>
| Enum Constant and Description |
|---|
ITEM
Item ID.
|
STRING
Plain string var.
|
URI
Var transformed to URI.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ApiTemplate.OutputVariable.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiTemplate.OutputVariable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiTemplate.OutputVariable.Type STRING
public static final ApiTemplate.OutputVariable.Type URI
public static final ApiTemplate.OutputVariable.Type ITEM
public static ApiTemplate.OutputVariable.Type[] values()
for (ApiTemplate.OutputVariable.Type c : ApiTemplate.OutputVariable.Type.values()) System.out.println(c);
public static ApiTemplate.OutputVariable.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 toString()
toString in class Enum<ApiTemplate.OutputVariable.Type>Copyright © 2017. All rights reserved.