Uses of Class
org.episteme.social.politics.GovernmentForm
Packages that use GovernmentForm
-
Uses of GovernmentForm in org.episteme.social.politics
Fields in org.episteme.social.politics declared as GovernmentFormModifier and TypeFieldDescriptionstatic final GovernmentFormGovernmentForm.ANARCHISMstatic final GovernmentFormGovernmentForm.AUTOCRACYstatic final GovernmentFormGovernmentForm.DEMOCRACYstatic final GovernmentFormGovernmentForm.DICTATORSHIPstatic final GovernmentFormGovernmentForm.MONARCHYstatic final GovernmentFormGovernmentForm.OLIGARCHYstatic final GovernmentFormGovernmentForm.PARLIAMENTARY_SYSTEMstatic final GovernmentFormGovernmentForm.PRESIDENTIAL_SYSTEMstatic final GovernmentFormGovernmentForm.REPUBLICstatic final GovernmentFormGovernmentForm.SEMI_PRESIDENTIALstatic final GovernmentFormGovernmentForm.THEOCRACYstatic final GovernmentFormGovernmentForm.TOTALITARIANISMMethods in org.episteme.social.politics that return GovernmentFormModifier and TypeMethodDescriptionGovernment.getType()static GovernmentFormstatic GovernmentForm[]GovernmentForm.values()Methods in org.episteme.social.politics with parameters of type GovernmentFormConstructors in org.episteme.social.politics with parameters of type GovernmentFormModifierConstructorDescriptionGovernment(String countryName, GovernmentForm type) Initializes a new Government for a specific country.