Class PolicyRule


  • public class PolicyRule
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PolicyRule​(java.lang.String name, java.lang.String description)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

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

      • PolicyRule

        public PolicyRule​(java.lang.String name,
                          java.lang.String description)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()