ChartIndicators.java
- /*
- * Copyright 2010-2025 James Pether Sörling
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * $Id$
- * $HeadURL$
- */
- package com.hack23.cia.web.impl.ui.application.views.common.viewnames;
- /**
- * The Enum ChartIndicators.
- */
- public enum ChartIndicators {
- /** The all government role chart. */
- ALL_GOVERNMENT_ROLE_CHART,
- /** The allcommitteesbyheadcount. */
- ALLCOMMITTEESBYHEADCOUNT,
- /** The allministriesbyheadcount. */
- ALLMINISTRIESBYHEADCOUNT,
- /** The allministriespartybytotaldays. */
- ALLMINISTRIESPARTYBYTOTALDAYS,
- /** The allparties. */
- ALLPARTIES,
- /** The committeesbyparty. */
- COMMITTEESBYPARTY,
- /** The currentcommittees. */
- CURRENTCOMMITTEES,
- /** The currentcommitteesbyheadcount. */
- CURRENTCOMMITTEESBYHEADCOUNT,
- /** The currentcommitteesbypartyheadcount. */
- CURRENTCOMMITTEESBYPARTYDAYSSERVED,
- /** The currentgovermentparties. */
- CURRENTGOVERMENTPARTIES,
- /** The currentministriesbyheadcount. */
- CURRENTMINISTRIESBYHEADCOUNT,
- /** The currentministriesleaderscorecard. */
- CURRENTMINISTRIESLEADERSCORECARD,
- /** The currentparties. */
- CURRENTPARTIES,
- /** The currentpartyleaderscorecard. */
- CURRENTPARTYLEADERSCORECARD,
- /** The currentpartiesbyheadcount. */
- CURRENTPARTIESBYHEADCOUNT,
- /** The decision flow chart. */
- DECISION_FLOW_CHART,
- /** The decisionactivitybytype. */
- DECISIONACTIVITYBYTYPE,
- /** The documentactivitybytype. */
- DOCUMENTACTIVITYBYTYPE,
- /** The partyage. */
- PARTYAGE,
- /** The partygender. */
- PARTYGENDER,
- /** The partywinner. */
- PARTYWINNER,
- /** The governmentbodiesheadcount. */
- GOVERNMENTBODIESHEADCOUNT,
- /** The governmentbodiesincome. */
- GOVERNMENTBODIESINCOME,
- /** The governmentbodiesexpenditure. */
- GOVERNMENTBODIESEXPENDITURE,
- /** The governmentoutcome. */
- GOVERNMENTOUTCOME,
- /** The allgovernmentrolegantt. */
- ALLGOVERNMENTROLEGANTT,
- /** The allministriesbytotaldays. */
- ALLMINISTRIESBYTOTALDAYS,
- /** The risksummary. */
- RISKSUMMARY,
- /** The ruleviolation. */
- RULEVIOLATION,
- /** The documentactivity. */
- DOCUMENTACTIVITY,
- /** The decisionactivity. */
- DECISIONACTIVITY,
- /** The decisionflow. */
- DECISIONFLOW,
- /** The allgovernmentroles. */
- ALLGOVERNMENTROLES,
- /** The allpartiesbyheadcount. */
- ALLPARTIESBYHEADCOUNT;
- }