VariableType Enum

No description.

enum VariableType {
Double = 0,
String = 1,
Boolean = 2
}