Uses of Class
org.incenp.linkml.core.InliningMode
-
Packages that use InliningMode Package Description org.incenp.linkml.core -
-
Uses of InliningMode in org.incenp.linkml.core
Methods in org.incenp.linkml.core that return InliningMode Modifier and Type Method Description InliningModeSlot. getInliningMode()Indicates how the slot value(s) is(are) inlined.static InliningModeInliningMode. valueOf(String name)Returns the enum constant of this type with the specified name.static InliningMode[]InliningMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.incenp.linkml.core with parameters of type InliningMode Modifier and Type Method Description protected List<Object>ObjectConverter. normaliseList(Object raw, InliningMode expected)Normalises a raw multi-valued slot.
-