|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WageWizard.columnHeadings>
rand.asset_forfeiture.WageWizard.columnHeadings
public static enum WageWizard.columnHeadings
This enum describes the column headings for the WageWizard spreadsheet.
Enum Constant Summary | |
---|---|
benefits
|
|
dpw
|
|
expenses
|
|
fte
|
|
hpd
|
|
nWorkers
|
|
realCost
|
|
wage
|
|
wageBill
Instead of entering all the expense parameters, you can just enter the total wage bill per worker. |
|
wagePeriod
|
|
wageType
|
|
workerType
|
|
wpy
|
Method Summary | |
---|---|
java.lang.String |
toString()
Give the enum a custom string converter in order to have more user-friendly column headings. |
static WageWizard.columnHeadings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WageWizard.columnHeadings[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WageWizard.columnHeadings nWorkers
public static final WageWizard.columnHeadings workerType
public static final WageWizard.columnHeadings wage
public static final WageWizard.columnHeadings wagePeriod
public static final WageWizard.columnHeadings wageType
public static final WageWizard.columnHeadings benefits
public static final WageWizard.columnHeadings wageBill
public static final WageWizard.columnHeadings hpd
public static final WageWizard.columnHeadings dpw
public static final WageWizard.columnHeadings wpy
public static final WageWizard.columnHeadings fte
public static final WageWizard.columnHeadings expenses
public static final WageWizard.columnHeadings realCost
Method Detail |
---|
public static final WageWizard.columnHeadings[] values()
for(WageWizard.columnHeadings c : WageWizard.columnHeadings.values()) System.out.println(c);
public static WageWizard.columnHeadings valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namepublic java.lang.String toString()
toString
in class java.lang.Enum<WageWizard.columnHeadings>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |