Class DateEffectiveRuleAttribute

  • All Implemented Interfaces:
    RuleAttribute

    public class DateEffectiveRuleAttribute
    extends java.lang.Object
    implements RuleAttribute
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      java.lang.String getName()  
      java.util.Date getValue()  
      • Methods inherited from class java.lang.Object

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

      • NAME

        public static java.lang.String NAME
    • Constructor Detail

      • DateEffectiveRuleAttribute

        public DateEffectiveRuleAttribute​(int index,
                                          java.util.Date value)
    • Method Detail

      • getValue

        public java.util.Date getValue()