Class TemplateRule

  • All Implemented Interfaces:
    java.io.Serializable

    public class TemplateRule
    extends java.lang.Object
    implements java.io.Serializable
    The type Template rule.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      TemplateRule()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      we need at least this implementation to get unit tests running if instances of this stub class are created anywhere
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TemplateRule

        public TemplateRule()
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        we need at least this implementation to get unit tests running if instances of this stub class are created anywhere
        Overrides:
        equals in class java.lang.Object