public interface Mode
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()get the name | 
| CachedStatement | getQuery()Get the driving query for this mode. | 
| void | setName(java.lang.String n)Set the name for this mode. | 
| void | setQuery(CachedStatement q)Set the driving query for this mode. | 
void setName(java.lang.String n)
n - the name to setjava.lang.String getName()
void setQuery(CachedStatement q)
q - the query to setCachedStatement getQuery()