- Type Parameters:
T
- - type of property value
- 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
Property with language and a text-based value
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionLANGUAGE To specify the language for text values in a property or property parameter.void
setLanguage
(Language language) Methods inherited from interface jfxtras.icalendarfx.VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
Methods inherited from interface jfxtras.icalendarfx.properties.VProperty
getNonStandard, getValue, getValueType, setNonStandard, setValue, setValueType
-
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
-