com.ibm.commerce.rule

Interface RuleConstants

  • All Known Implementing Classes:
    Rule, RuleSet


    public interface RuleConstants
    This interface contains public constants.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright.
      static java.lang.String XML_DTD_FRAGMENT
      The DTD fragment that describes the XML for a Rule.
      static java.lang.String XML_INDENT
      The indentation string used to construct the XML fragment.
    • Field Detail

      • XML_DTD_FRAGMENT

        static final java.lang.String XML_DTD_FRAGMENT
        The DTD fragment that describes the XML for a Rule.
        See Also:
        Constant Field Values
      • XML_INDENT

        static final java.lang.String XML_INDENT
        The indentation string used to construct the XML fragment.
        See Also:
        Constant Field Values