|
Crossfire JXClient, Trunk
|
Inheritance diagram for MixIn.BuildType:
Collaboration diagram for MixIn.BuildType:Public Member Functions | |
| int | getCompareOrder () |
| String | getPathSuffix () |
Public Member Functions inherited from MixIn.Debuggable | |
| default String | toDebugString () |
Public Attributes | |
| BUILD =(0, "-build") | |
| EXCLUDE =(1, "-exclude") | |
| PLAN =(0, "-plan") | |
| TOTAL =(2, "-total") | |
Private Member Functions | |
| BuildType (int compareOrder, String pathSuffix) | |
Private Attributes | |
| final int | compareOrder |
| final String | pathSuffix |
Sample exception class to demonstrate mixin. This enum inherits the behavior of the Debuggable
Definition at line 81 of file MixIn.java.
|
private |
Definition at line 91 of file MixIn.java.
| int MixIn.BuildType.getCompareOrder | ( | ) |
Definition at line 96 of file MixIn.java.
| String MixIn.BuildType.getPathSuffix | ( | ) |
Definition at line 100 of file MixIn.java.
| MixIn.BuildType.BUILD =(0, "-build") |
Definition at line 83 of file MixIn.java.
Referenced by MixIn.main().
|
private |
Definition at line 88 of file MixIn.java.
| MixIn.BuildType.EXCLUDE =(1, "-exclude") |
Definition at line 85 of file MixIn.java.
|
private |
Definition at line 89 of file MixIn.java.
| MixIn.BuildType.PLAN =(0, "-plan") |
Definition at line 84 of file MixIn.java.
| MixIn.BuildType.TOTAL =(2, "-total") |
Definition at line 86 of file MixIn.java.