public static class Variable.Key extends java.lang.Object implements java.lang.Comparable<Variable.Key>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Variable.Key that)
Compares Variable Keys by their names.
|
java.lang.String |
getName()
Method to return the name of this Key object.
|
boolean |
isAttribute()
Method to return if this Variable.Key is a User Attribute.
|
static void |
printStatistics()
Print statistics about Variable Keys.
|
java.lang.String |
toString()
Returns a printable version of this Key.
|
public java.lang.String getName()
public boolean isAttribute()
public int compareTo(Variable.Key that)
compareTo
in interface java.lang.Comparable<Variable.Key>
that
- the other Variable Key.public java.lang.String toString()
toString
in class java.lang.Object
public static void printStatistics()