|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ParliamentChart> com.hack23.cia.model.application.impl.common.ParliamentChart
public enum ParliamentChart
The Enum ParliamentChart.
Enum Constant Summary | |
---|---|
Outcome
The Outcome. |
|
PoliticalPartyBehavior
The Political party behavior. |
|
ProffessionalBehavior
The Proffessional behavior. |
|
Summary
The Summary. |
Field Summary | |
---|---|
static String |
FILE_EXTENSION
The Constant FILE_EXTENSION. |
Method Summary | |
---|---|
static String |
getFileName(ParliamentChart chart,
Ballot ballot,
Language language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
CommitteeReport committeeReport,
Language language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
Language language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
ParliamentMember parliamentMember,
Language language)
Gets the file name. |
static String |
getFileName(ParliamentChart chart,
PoliticalParty politicalParty,
Language 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
Field Detail |
---|
public static final String FILE_EXTENSION
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 name
NullPointerException
- if the argument is nullpublic static final String getFileName(ParliamentChart chart, Ballot ballot, Language language)
chart
- the chartballot
- the ballotlanguage
- the language
public static final String getFileName(ParliamentChart chart, CommitteeReport committeeReport, Language language)
chart
- the chartcommitteeReport
- the committee reportlanguage
- the language
public static final String getFileName(ParliamentChart chart, Language language)
chart
- the chartlanguage
- the language
public static final String getFileName(ParliamentChart chart, ParliamentMember parliamentMember, Language language)
chart
- the chartparliamentMember
- the parliament memberlanguage
- the language
public static final String getFileName(ParliamentChart chart, PoliticalParty politicalParty, Language language)
chart
- the chartpoliticalParty
- the political partylanguage
- the language
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |