public static enum ContextVariable.Type extends Enum<ContextVariable.Type> implements BmcEnum
The type of the variable.
Enum Constant and Description |
---|
Boolean |
Entity |
List |
Number |
String |
Modifier and Type | Method and Description |
---|---|
static ContextVariable.Type |
create(String key) |
String |
getValue() |
static ContextVariable.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextVariable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextVariable.Type String
public static final ContextVariable.Type Number
public static final ContextVariable.Type Entity
public static final ContextVariable.Type Boolean
public static final ContextVariable.Type List
public static ContextVariable.Type[] values()
for (ContextVariable.Type c : ContextVariable.Type.values()) System.out.println(c);
public static ContextVariable.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 static ContextVariable.Type create(String key)
Copyright © 2016–2024. All rights reserved.