public interface ParsedMode
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ParsedMode.ModeTypeModeType | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getClassname()Get the name of the class used to return data from this
 mode query. | 
| java.util.List<ParsedQuery> | getElaborators()Get the list of elaborators that will be used to retrieve
 additional data for each item in a primary/parent query
 result. | 
| java.lang.String | getName()Get the name of this mode. | 
| ParsedQuery | getParsedQuery()Get the ParsedQuery instance associated with this mode. | 
| ParsedMode.ModeType | getType()Get the type of this mode. | 
java.lang.String getName()
ParsedMode.ModeType getType()
ParsedQuery getParsedQuery()
java.lang.String getClassname()
java.util.List<ParsedQuery> getElaborators()