Interface RulesetContainer

All Known Subinterfaces:
LinkTemplate, MasterTemplate, PageTemplate, RulesetContainer, Script, SectionTemplate, StyleTemplate, TableTemplate, Template

@Deprecated public interface RulesetContainer
Deprecated.
since 5.0.111 use RulesetContainer instead
Container of a ruleset definition.
Since:
5.0.100
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Deprecated.
    Provide the textual definition of this container's rule set.
    void
    setRulesetDefinition(@NotNull String definition)
    Deprecated.
    Sets the given definition of rule sets.
  • Method Details

    • getRulesetDefinition

      @NotNull @NotNull String getRulesetDefinition()
      Deprecated.
      Provide the textual definition of this container's rule set.
      Returns:
      The container's rule set definition.
      Since:
      5.0.100
    • setRulesetDefinition

      void setRulesetDefinition(@NotNull @NotNull String definition)
      Deprecated.
      Sets the given definition of rule sets.
      Parameters:
      definition - The rule sets to be set.
      Since:
      5.0.100