Class ReligionType
java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.sociology.ReligionType
- All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>
Categories of religious systems based on theological structure.
Modernized to follow the standard ExtensibleEnum pattern.
- Since:
- 2.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReligionTypestatic final ReligionTypestatic final ReligionTypestatic final ReligionTypestatic final ReligionTypestatic final ReligionTypestatic final ReligionTypestatic final EnumRegistry<ReligionType> static final ReligionTypestatic final ReligionType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this is a built-in (predefined) value.static ReligionTypestatic List<ReligionType> values()Methods inherited from class ExtensibleEnum
compareTo, description, equals, getDeclaringClass, hashCode, name, ordinal, toString
-
Field Details
-
REGISTRY
-
MONOTHEISTIC
-
POLYTHEISTIC
-
PANTHEISTIC
-
ATHEISTIC
-
ANIMISTIC
-
SHAMANISTIC
-
PHILOSOPHICAL
-
OTHER
-
UNKNOWN
-
-
Constructor Details
-
ReligionType
-
-
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
-