public class Variable extends Object
Constructor and Description |
---|
Variable(String name,
DataType type,
String insertInitialValue,
String updateInitialValue) |
Modifier and Type | Method and Description |
---|---|
String |
getInsertInitialValue() |
String |
getName() |
DataType |
getType() |
String |
getUpdateInitialValue() |
boolean |
isComplete() |
void |
setInsertInitialValue(String insertInitialValue) |
void |
setName(String name) |
void |
setType(DataType type) |
void |
setUpdateInitialValue(String updateInitialValue) |
public String getName()
public void setName(String name)
name
- the name to setpublic String getInsertInitialValue()
public void setInsertInitialValue(String insertInitialValue)
insertInitialValue
- the insertInitialValue to setpublic String getUpdateInitialValue()
public void setUpdateInitialValue(String updateInitialValue)
updateInitialValue
- the updateInitialValue to setpublic DataType getType()
public void setType(DataType type)
type
- the type to set Note that the complex types -- LIST, TUPLE, CAPTURE, and FUNCTION -- are not currently supported.public boolean isComplete()