| Package | Description |
|---|---|
| ch.sharedvd.tipi.engine.meta |
| Modifier and Type | Method and Description |
|---|---|
VariableType |
VariableDescription.getVariableType() |
static VariableType |
VariableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VariableDescription(String name,
VariableType variableType,
String descr) |
VariableDescription(String name,
VariableType variableType,
String description,
boolean testingOnly,
String defaultValue) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.