Interface TypedText

All Superinterfaces:
CharSequence, Comparable<TypedText>, Supplier<String>, Typable<TextualType>
All Known Subinterfaces:
OwnedText
All Known Implementing Classes:
AbstractOwnedText, AbstractOwnedTextEntity, BasicOwnedText, BasicTypedText, Description, DescriptionTranslation, DescriptionUpdate, ScheduleEventDescription, ScheduleEventTitle, Title, TitleTranslation, TitleUpdate

public interface TypedText extends Typable<TextualType>, Supplier<String>, Comparable<TypedText>, CharSequence
A String with a type (TextualType)
Since:
5.3
Author:
Michiel Meeuwissen