public enum ChartIndicators extends Enum<ChartIndicators>
Enum Constant and Description |
---|
ALL_GOVERNMENT_ROLE_CHART
The all government role chart.
|
ALLCOMMITTEESBYHEADCOUNT
The allcommitteesbyheadcount.
|
ALLMINISTRIESBYHEADCOUNT
The allministriesbyheadcount.
|
ALLMINISTRIESPARTYBYTOTALDAYS
The allministriespartybytotaldays.
|
ALLPARTIES
The allparties.
|
COMMITTEESBYPARTY
The committeesbyparty.
|
CURRENTCOMMITTEES
The currentcommittees.
|
CURRENTCOMMITTEESBYHEADCOUNT
The currentcommitteesbyheadcount.
|
CURRENTCOMMITTEESBYPARTYHEADCOUNT
The currentcommitteesbypartyheadcount.
|
CURRENTGOVERMENTPARTIES
The currentgovermentparties.
|
CURRENTMINISTRIESBYHEADCOUNT
The currentministriesbyheadcount.
|
CURRENTPARTIES
The currentparties.
|
CURRENTPARTIESBYHEADCOUNT
The currentpartiesbyheadcount.
|
DECISIONACTIVITYBYTYPE
The decisionactivitybytype.
|
DOCUMENTACTIVITYBYTYPE
The documentactivitybytype.
|
PARTYAGE
The partyage.
|
PARTYGENDER
The partygender.
|
PARTYWINNER
The partywinner.
|
Modifier and Type | Method and Description |
---|---|
static ChartIndicators |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartIndicators[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChartIndicators PARTYWINNER
public static final ChartIndicators PARTYGENDER
public static final ChartIndicators PARTYAGE
public static final ChartIndicators DOCUMENTACTIVITYBYTYPE
public static final ChartIndicators DECISIONACTIVITYBYTYPE
public static final ChartIndicators ALLMINISTRIESBYHEADCOUNT
public static final ChartIndicators CURRENTMINISTRIESBYHEADCOUNT
public static final ChartIndicators ALLMINISTRIESPARTYBYTOTALDAYS
public static final ChartIndicators CURRENTPARTIESBYHEADCOUNT
public static final ChartIndicators ALLCOMMITTEESBYHEADCOUNT
public static final ChartIndicators COMMITTEESBYPARTY
public static final ChartIndicators CURRENTCOMMITTEESBYHEADCOUNT
public static final ChartIndicators CURRENTCOMMITTEESBYPARTYHEADCOUNT
public static final ChartIndicators ALLPARTIES
public static final ChartIndicators CURRENTCOMMITTEES
public static final ChartIndicators CURRENTGOVERMENTPARTIES
public static final ChartIndicators CURRENTPARTIES
public static final ChartIndicators ALL_GOVERNMENT_ROLE_CHART
public static ChartIndicators[] values()
for (ChartIndicators c : ChartIndicators.values()) System.out.println(c);
public static ChartIndicators 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 nullCopyright © 2008–2017 www.hack23.com. All rights reserved.