Interface PropLanguage<T>

Type Parameters:
T - - type of property value
All Superinterfaces:
VChild, VElement, VParent, VProperty<T>
All Known Subinterfaces:
PropAltText<T>, PropAttendee<U>, PropCalendarUser<T>
All Known Implementing Classes:
Attendee, Categories, Comment, Contact, Description, DurationProp, Location, NonStandardProperty, Organizer, PropBaseAltText, PropBaseLanguage, PropertyBaseAttendee, PropertyBaseCalendarUser, RequestStatus, Resources, Summary, TimeZoneName, UnknownProperty

public interface PropLanguage<T> extends VProperty<T>
Property with language and a text-based value
See Also:
  • Method Details

    • getLanguage

      Language getLanguage()
      LANGUAGE To specify the language for text values in a property or property parameter. Examples: SUMMARY;LANGUAGE=en-US:Company Holiday Party LOCATION;LANGUAGE=no:Tyskland
    • setLanguage

      void setLanguage(Language language)