Interface ExplorerInterface.QueryResult
-
- All Known Implementing Classes:
ExplorerInterface.CustomQueryResult,ExplorerInterface.StandardQueryResult
- Enclosing interface:
- ExplorerInterface
public static interface ExplorerInterface.QueryResult
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCustom()ExplorerInterface.ResultOptiongetStandard()
-
-
-
Method Detail
-
getStandard
ExplorerInterface.ResultOption getStandard()
-
getCustom
int getCustom()
-
-