Uses of Enum Class
org.incenp.linkml.core.RequirementLevel
Packages that use RequirementLevel
-
Uses of RequirementLevel in org.incenp.linkml.core
Subclasses with type arguments of type RequirementLevel in org.incenp.linkml.coreModifier and TypeClassDescriptionenumThe level of requirement that applies to a given field within a class.Methods in org.incenp.linkml.core that return RequirementLevelModifier and TypeMethodDescriptionSlot.getRequirementLevel()Indicates whether the slot is required, recommended, or optional.static RequirementLevelReturns the enum constant of this class with the specified name.static RequirementLevel[]RequirementLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.