Interface AndroidEntryPoint.IExecutionOrder
- All Superinterfaces:
Comparable<AndroidEntryPoint.IExecutionOrder>
- All Known Implementing Classes:
AndroidEntryPoint.ExecutionOrder
,AndroidEntryPointLocator.AndroidPossibleEntryPoint
- Enclosing class:
AndroidEntryPoint
public static interface AndroidEntryPoint.IExecutionOrder
extends Comparable<AndroidEntryPoint.IExecutionOrder>
Implement this interface to put entitys into the AndroidModel.
Currently only AndroidEntryPoints are supportet directly. If you want to add other stuff you might want to subclass AbstractAndroidModel.
- Since:
- 2013-09-01
- Author:
- Tobias Blaschke <code@toiasblaschke.de>
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns an integer-representation of the ExecutionOrder.AbstractAndroidModel inserts code at section switches.Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getOrderValue
int getOrderValue()Returns an integer-representation of the ExecutionOrder. -
getSection
AndroidEntryPoint.ExecutionOrder getSection()AbstractAndroidModel inserts code at section switches.There are eight hardcoded sections. Sections are derived by rounding the integer-representation.
- Returns:
- the section of this entity
-