|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.sweden.configuration | Provides... |
com.hack23.cia.model.api.sweden.factory | |
com.hack23.cia.model.impl.sweden.content | Provides... |
com.hack23.cia.model.impl.sweden.factory |
Uses of OperationalStatementData.Month in com.hack23.cia.model.api.sweden.configuration |
---|
Modifier and Type | Method and Description |
---|---|
OperationalStatementData.Month |
OperationalStatementData.getMonth()
Gets the month. |
static OperationalStatementData.Month |
OperationalStatementData.Month.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperationalStatementData.Month[] |
OperationalStatementData.Month.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of OperationalStatementData.Month in com.hack23.cia.model.api.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
OperationalStatementData |
SwedenModelFactory.createOperationalStatement(String authoritySubsidyId,
String name,
String yearCell,
OperationalStatementData.Month month,
double result)
Creates a new SwedenModel object. |
Uses of OperationalStatementData.Month in com.hack23.cia.model.impl.sweden.content |
---|
Modifier and Type | Method and Description |
---|---|
OperationalStatementData.Month |
OperationalStatement.getMonth()
|
Constructor and Description |
---|
OperationalStatement(Integer year,
OperationalStatementData.Month month,
String name,
String stateSubsidyId,
double stateSubsidyResult)
Instantiates a new operational statement. |
Uses of OperationalStatementData.Month in com.hack23.cia.model.impl.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
OperationalStatementData |
SwedenModelFactoryImpl.createOperationalStatement(String authoritySubsidyId,
String name,
String year,
OperationalStatementData.Month month,
double result)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |