public class Variable extends Pair<java.lang.String,java.lang.String>
Constructor and Description |
---|
Variable(java.lang.String table,
java.lang.String attribute)
Constructs a new variable.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute()
Returns the attribute of this variable.
|
java.lang.String |
getTable()
Returns the table of this variable.
|