Module ical4j.core

Interface ChangeManagementPropertyValidators


public interface ChangeManagementPropertyValidators
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Validator<Created>
    Format Definition: This property is defined by the following notation: created = "CREATED" creaparam ":" date-time CRLF creaparam = *(";" other-param)
    static final Validator<DtStamp>
    Format Definition: This property is defined by the following notation: dtstamp = "DTSTAMP" stmparam ":" date-time CRLF stmparam = *(";" other-param)
    static final Validator<LastModified>
    Format Definition: This property is defined by the following notation: last-mod = "LAST-MODIFIED" lstparam ":" date-time CRLF lstparam = *(";" other-param)
    static final Validator<Sequence>
    Format Definition: This property is defined by the following notation: seq = "SEQUENCE" seqparam ":" integer CRLF ; Default is "0" seqparam = *(";" other-param)
  • Field Details

    • CREATED

      static final Validator<Created> CREATED
              Format Definition:  This property is defined by the following
             notation:
      
              created    = "CREATED" creaparam ":" date-time CRLF
      
              creaparam  = *(";" other-param)
       
    • DTSTAMP

      static final Validator<DtStamp> DTSTAMP
              Format Definition:  This property is defined by the following
             notation:
      
              dtstamp    = "DTSTAMP" stmparam ":" date-time CRLF
      
              stmparam   = *(";" other-param)
       
    • LAST_MODIFIED

      static final Validator<LastModified> LAST_MODIFIED
              Format Definition:  This property is defined by the following
             notation:
      
              last-mod   = "LAST-MODIFIED" lstparam ":" date-time CRLF
      
              lstparam   = *(";" other-param)
       
    • SEQUENCE

      static final Validator<Sequence> SEQUENCE
              Format Definition:  This property is defined by the following
             notation:
      
              seq = "SEQUENCE" seqparam ":" integer CRLF
              ; Default is "0"
      
              seqparam   = *(";" other-param)