Uses of Enum Class
de.espirit.firstspirit.access.store.templatestore.StyleTemplateLink.Region
-
Uses of StyleTemplateLink.Region in de.espirit.firstspirit.access.store.templatestore
Modifier and TypeMethodDescriptionstatic StyleTemplateLink.Region
Provides a region for the given name.@NotNull StyleTemplateLink.Region
StyleTemplateLink.getColumnRegion()
Returns the columnregion
set for this rule.@NotNull StyleTemplateLink.Region
StyleTemplateLink.getRowRegion()
Returns the rowregion
set for this rule.static StyleTemplateLink.Region
Returns the enum constant of this class with the specified name.static StyleTemplateLink.Region[]
StyleTemplateLink.Region.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
StyleTemplateLink.setColumnRegion
(@NotNull StyleTemplateLink.Region region) Provide the columnregion
to be used for this rule.void
StyleTemplateLink.setRowRegion
(@NotNull StyleTemplateLink.Region region) Provide the rowregion
to be used for this rule.