Class SchoolType
java.lang.Object
org.episteme.core.util.ExtensibleEnum
org.episteme.social.sociology.SchoolType
- All Implemented Interfaces:
Serializable, Comparable<ExtensibleEnum>
Extensible enumeration for school types.
- Since:
- 1.1
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolTypestatic final SchoolType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this is a built-in (predefined) value.static SchoolTypestatic SchoolType[]values()Methods inherited from class ExtensibleEnum
compareTo, description, equals, getDeclaringClass, hashCode, name, ordinal, toString
-
Field Details
-
PRIMARY
-
SECONDARY
-
HIGH_SCHOOL
-
COLLEGE
-
UNIVERSITY
-
VOCATIONAL
-
ONLINE
-
PRIVATE
-
PUBLIC
-
CHARTER
-
-
Constructor Details
-
SchoolType
-
-
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
-