Class Rsvp

    • Field Detail

      • TRUE

        public static final Rsvp TRUE
        RSVP is required.
      • FALSE

        public static final Rsvp FALSE
        RSVP not required.
    • Constructor Detail

      • Rsvp

        public Rsvp​(String aValue)
        Parameters:
        aValue - a string representation of an RSVP
      • Rsvp

        public Rsvp​(Boolean aValue)
        Parameters:
        aValue - a boolean value
    • Method Detail

      • getRsvp

        public final Boolean getRsvp()
        Returns:
        Returns the rsvp.
      • getValue

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

        public final Parameter copy()
        Deep copy of parameter.
        Overrides:
        copy in class Parameter
        Returns:
        new parameter