public final class VariableBuilder extends Object
| Constructor and Description |
|---|
VariableBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Variable |
build() |
String |
getName() |
Variable.Type |
getType() |
Object |
getValue() |
static VariableBuilder |
newInstance() |
VariableBuilder |
setName(String name) |
VariableBuilder |
setType(Variable.Type type) |
VariableBuilder |
setValue(Object value) |
public static VariableBuilder newInstance()
public Variable build()
public VariableBuilder setName(String name)
name - public VariableBuilder setValue(Object value)
value - public VariableBuilder setType(Variable.Type type)
type - public String getName()
public Object getValue()
public Variable.Type getType()
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.