public class Variable extends Object
Constructor and Description |
---|
Variable(String varName,
Class valueType,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Returns variable description.
|
String |
getName()
Returns variable name.
|
Class |
getValueType()
Returns variable value type.
|
int |
hashCode() |
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.