Class ManagementLevel
java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.economics.ManagementLevel
- All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>
Extensible enumeration for Management Level.
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ManagementLevelstatic final ManagementLevelstatic final ManagementLevelstatic final ManagementLevelstatic final ManagementLevelstatic final ManagementLevel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this is a built-in (predefined) value.static ManagementLevelstatic ManagementLevel[]values()Methods inherited from class ExtensibleEnum
compareTo, description, equals, getDeclaringClass, hashCode, name, ordinal, toString
-
Field Details
-
OPERATIONAL
-
SUPERVISORY
-
MIDDLE_MANAGEMENT
-
STRATEGIC
-
EXECUTIVE
-
BOARD
-
-
Constructor Details
-
ManagementLevel
-
-
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
-