Uses of Class
org.incenp.linkml.core.RequirementLevel
-
Packages that use RequirementLevel Package Description org.incenp.linkml.core -
-
Uses of RequirementLevel in org.incenp.linkml.core
Methods in org.incenp.linkml.core that return RequirementLevel Modifier and Type Method Description RequirementLevelSlot. getRequirementLevel()Indicates whether the slot is required, recommended, or optional.static RequirementLevelRequirementLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RequirementLevel[]RequirementLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-