public abstract class BaseMode extends java.lang.Object implements Mode
| Modifier | Constructor and Description | 
|---|---|
| protected  | BaseMode()This constructor is only to support DataListTest | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getArity()Returns the arity of the mode | 
| 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. | 
| java.lang.String | toString() | 
public void setName(java.lang.String n)
public java.lang.String getName()
public void setQuery(CachedStatement q)
public CachedStatement getQuery()
public java.lang.String toString()
toString in class java.lang.Objectpublic int getArity()