Class GovernmentForm
java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.politics.GovernmentForm
- All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>
Extensible enumeration for Government Forms.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentFormstatic final GovernmentForm -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this is a built-in (predefined) value.static GovernmentFormstatic GovernmentForm[]values()Methods inherited from class ExtensibleEnum
compareTo, description, equals, getDeclaringClass, hashCode, name, ordinal, toString
-
Field Details
-
ANARCHISM
-
AUTOCRACY
-
DEMOCRACY
-
OLIGARCHY
-
REPUBLIC
-
THEOCRACY
-
MONARCHY
-
DICTATORSHIP
-
TOTALITARIANISM
-
PARLIAMENTARY_SYSTEM
-
PRESIDENTIAL_SYSTEM
-
SEMI_PRESIDENTIAL
-
-
Constructor Details
-
GovernmentForm
-
-
Method Details
-
isBuiltIn
public boolean isBuiltIn()Description copied from class:ExtensibleEnumChecks if this is a built-in (predefined) value. Default implementation returns true to mimic standard Enum behavior unless explicitly overridden.- Overrides:
isBuiltInin classExtensibleEnum
-
valueOf
-
values
-