Uses of Interface
de.espirit.firstspirit.access.store.templatestore.gom.GomIncludeConfiguration
-
Uses of GomIncludeConfiguration in de.espirit.firstspirit.access.store.templatestore.gom
Modifier and TypeMethodDescriptionAbstractGomElement.getIncludeConfiguration()
Provides access to an include configuration object.AbstractGomList.getIncludeConfiguration()
Get the configuration, if this is an included element.@Nullable GomIncludeConfiguration
GomElement.getIncludeConfiguration()
Get the configuration, if this is an included element.Modifier and TypeMethodDescriptionvoid
AbstractGomElement.setIncludeConfiguration
(GomIncludeConfiguration configuration) Defines the included configuration for this element (may be null).void
AbstractGomList.setIncludeConfiguration
(GomIncludeConfiguration includeConfiguration) Set the configuration for an included element.void
GomElement.setIncludeConfiguration
(@Nullable GomIncludeConfiguration configuration) Set the configuration for an included element.