Uses of Enum Class
org.incenp.linkml.core.InliningMode
Packages that use InliningMode
-
Uses of InliningMode in org.incenp.linkml.core
Subclasses with type arguments of type InliningMode in org.incenp.linkml.coreModifier and TypeClassDescriptionenumRepresents the various modes of “inlining” instances of a class, in serialisations that do support inlining (e.g.Methods in org.incenp.linkml.core that return InliningModeModifier and TypeMethodDescriptionSlot.getInliningMode()Indicates how the slot value(s) is(are) inlined.static InliningModeReturns the enum constant of this class with the specified name.static InliningMode[]InliningMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.incenp.linkml.core with parameters of type InliningModeModifier and TypeMethodDescriptionObjectConverter.normaliseList(Object raw, InliningMode expected) Normalises a raw multi-valued slot.