Class TimeOfDay

    • Method Detail

      • evaluate

        public EnumEvalResult evaluate​(AciEvalContext evalCtx)
        Description copied from interface: KeywordBindRule
        Evaluate a bind rule using the passed in context.
        Specified by:
        evaluate in interface KeywordBindRule
        Parameters:
        evalCtx - An evaluation context to use in the evaluation.
        Returns:
        An enumeration evaluation result.
      • toString

        public void toString​(StringBuilder buffer)
        Description copied from interface: KeywordBindRule
        Appends a string representation of this object to the provided buffer.
        Specified by:
        toString in interface KeywordBindRule
        Parameters:
        buffer - The buffer into which a string representation of this object should be appended.