Class ExRule

    • Constructor Detail

      • ExRule

        public ExRule()
        Default constructor.
      • ExRule

        public ExRule​(ParameterList aList,
                      String aValue)
        Parameters:
        aList - a list of parameters for this component
        aValue - a value string for this component
        See Also:
        Recur(String)
      • ExRule

        public ExRule​(Recur aRecur)
        Parameters:
        aRecur - a recurrence
      • ExRule

        public ExRule​(ParameterList aList,
                      Recur aRecur)
        Parameters:
        aList - a list of parameters for this component
        aRecur - a recurrence
    • Method Detail

      • getRecur

        public final Recur getRecur()
        Returns:
        Returns the recur.
      • setValue

        public final void setValue​(String aValue)
        Sets the current value of the property.
        Specified by:
        setValue in class Property
        Parameters:
        aValue - a string representation of the property value
      • getValue

        public final String getValue()
        Specified by:
        getValue in class Content
        Returns:
        the content value
      • setRecur

        public final void setRecur​(Recur recur)
        Parameters:
        recur - The recur to set.
      • newFactory

        protected PropertyFactory<ExRule> newFactory()
        Description copied from class: Property
        Returns a new property factory used to create deep copies.
        Specified by:
        newFactory in class Property
        Returns:
        a property factory instance