public static interface AndroidEntryPoint.IExecutionOrder extends java.lang.Comparable<AndroidEntryPoint.IExecutionOrder>
Currently only AndroidEntryPoints are supportet directly. If you want to add other stuff you might want to subclass AbstractAndroidModel.
| Modifier and Type | Method and Description |
|---|---|
int |
getOrderValue()
Returns an integer-representation of the ExecutionOrder.
|
AndroidEntryPoint.ExecutionOrder |
getSection()
AbstractAndroidModel inserts code at section switches.
|
int getOrderValue()
AndroidEntryPoint.ExecutionOrder getSection()
There are eight hardcoded sections. Sections are derived by rounding the integer-representation.