Uses of Interface
net.time4j.format.TextElement
Packages that use TextElement
Package
Description
Support for various regional calendars.
Support for the Badi calendar.
Support for the traditional Hindu calendar family.
This package contains the expert-level format- and parse engine of Time4J.
Support for the historical ancestors of modern ISO-8601-standard.
-
Uses of TextElement in net.time4j.calendar
Fields in net.time4j.calendar declared as TextElementModifier and TypeFieldDescriptionstatic TextElement<Nengo>JapaneseCalendar.ERARepresents the Japanese era (nengo).static TextElement<EastAsianMonth>ChineseCalendar.MONTH_OF_YEARRepresents the Chinese month.static TextElement<EastAsianMonth>JapaneseCalendar.MONTH_OF_YEARRepresents the Japanese month.static TextElement<Integer>JulianCalendar.MONTH_OF_YEARRepresents the Julian month.static TextElement<EastAsianMonth>KoreanCalendar.MONTH_OF_YEARRepresents the Korean month.static TextElement<EastAsianMonth>VietnameseCalendar.MONTH_OF_YEARRepresents the Vietnamese month.static TextElement<Integer>HistoricCalendar.RELATED_STANDARD_YEARRepresents the related standard year within current era which starts on first of January.static TextElement<Tabot>EthiopianCalendar.TABOTRepresents the tabot name of the associated day-of-month.static TextElement<CyclicYear>ChineseCalendar.YEAR_OF_CYCLERepresents the Chinese year related to the current sexagesimal cycle.static TextElement<CyclicYear>KoreanCalendar.YEAR_OF_CYCLERepresents the Korean year related to the current sexagesimal cycle.static TextElement<CyclicYear>VietnameseCalendar.YEAR_OF_CYCLERepresents the Vietnamese year related to the current sexagesimal cycle. -
Uses of TextElement in net.time4j.calendar.bahai
Fields in net.time4j.calendar.bahai declared as TextElementModifier and TypeFieldDescriptionstatic TextElement<Integer>BadiCalendar.YEAR_OF_VAHIDRepresents the year of vahid cycle. -
Uses of TextElement in net.time4j.calendar.hindu
Subinterfaces of TextElement in net.time4j.calendar.hinduModifier and TypeInterfaceDescriptioninterfaceAdjustableTextElement<V extends HinduPrimitive>Extends a chronological element by some standard ways of manipulation. -
Uses of TextElement in net.time4j.format.expert
Methods in net.time4j.format.expert with parameters of type TextElementModifier and TypeMethodDescriptionChronoFormatter.Builder.addText(TextElement<?> element)Defines a text format for given chronological element. -
Uses of TextElement in net.time4j.history
Methods in net.time4j.history that return TextElement