public interface Variable
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Variable.Type
The variable type used to determine which type of variable this instance is. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object object)  | 
String | 
getDisplayName()
Note: The variable can be renamed at any time 
 | 
Variable.Type | 
getType()  | 
int | 
hashCode()  | 
String | 
toString()  | 
Variable.Type getType()
String getDisplayName()
boolean equals(Object object)
Copyright © 2019. All rights reserved.