public class CompensationTable extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CompensationTable.CompensationEntry
Inner class to represent an entry in the compensation table.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<CompensationTable.CompensationEntry> |
compensations |
int |
index |
Modifier and Type | Method and Description |
---|---|
CompensationTable.CompensationEntry |
getCurrentEntry()
Returns the compensation table entry at the current index.
|
static CompensationTable |
getInstance()
Returns an instance of the compensation table.
|
static CompensationTable.CompensationEntry |
getNewEntry()
Get a new Compensation table entry.
|
public int index
public ArrayList<CompensationTable.CompensationEntry> compensations
public static CompensationTable getInstance()
public static CompensationTable.CompensationEntry getNewEntry()
public CompensationTable.CompensationEntry getCurrentEntry()
Copyright © 2018 WSO2. All rights reserved.