public class Variable extends Object implements Serializable
| Constructor and Description |
|---|
Variable(String name,
String qualifiedClassName)
Constructs a new Variable.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the variable.
|
TypeInfo |
getTypeInfo()
The TypeInfo of the variable.
|
String |
toString() |
Copyright © 2015. All rights reserved.