|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<ParliamentChart>
com.hack23.cia.model.api.application.content.ParliamentChart
public enum ParliamentChart extends Enum<ParliamentChart>
The Enum ParliamentChart.
| Enum Constant and Description |
|---|
Outcome
The Outcome. |
PoliticalPartyBehavior
The Political party behavior. |
ProffessionalBehavior
The Proffessional behavior. |
Summary
The Summary. |
| Modifier and Type | Method and Description |
|---|---|
static String |
getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
BallotData ballot,
LanguageData language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
CommitteeReportData committeeReport,
LanguageData language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
LanguageData language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
ParliamentMemberData parliamentMember,
LanguageData language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
PoliticalPartyData politicalParty,
LanguageData language)
Gets the file name. |
static ParliamentChart |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParliamentChart[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ParliamentChart Outcome
public static final ParliamentChart PoliticalPartyBehavior
public static final ParliamentChart ProffessionalBehavior
public static final ParliamentChart Summary
| Method Detail |
|---|
public static ParliamentChart[] values()
for (ParliamentChart c : ParliamentChart.values()) System.out.println(c);
public static ParliamentChart valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is null
public static String getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
BallotData ballot,
LanguageData language)
chart - the chartparliamentYearData - the parliament year databallot - the ballotlanguage - the language
public static final String getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
CommitteeReportData committeeReport,
LanguageData language)
chart - the chartparliamentYearData - the parliament year datacommitteeReport - the committee reportlanguage - the language
public static final String getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
LanguageData language)
chart - the chartparliamentYearData - the parliament year datalanguage - the language
public static final String getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
ParliamentMemberData parliamentMember,
LanguageData language)
chart - the chartparliamentYearData - the parliament year dataparliamentMember - the parliament memberlanguage - the language
public static final String getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
PoliticalPartyData politicalParty,
LanguageData language)
chart - the chartparliamentYearData - the parliament year datapoliticalParty - the political partylanguage - the language
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||