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.ERA
Represents the Japanese era (nengo).static TextElement<EastAsianMonth>
ChineseCalendar.MONTH_OF_YEAR
Represents the Chinese month.static TextElement<EastAsianMonth>
JapaneseCalendar.MONTH_OF_YEAR
Represents the Japanese month.static TextElement<Integer>
JulianCalendar.MONTH_OF_YEAR
Represents the Julian month.static TextElement<EastAsianMonth>
KoreanCalendar.MONTH_OF_YEAR
Represents the Korean month.static TextElement<EastAsianMonth>
VietnameseCalendar.MONTH_OF_YEAR
Represents the Vietnamese month.static TextElement<Integer>
HistoricCalendar.RELATED_STANDARD_YEAR
Represents the related standard year within current era which starts on first of January.static TextElement<Tabot>
EthiopianCalendar.TABOT
Represents the tabot name of the associated day-of-month.static TextElement<CyclicYear>
ChineseCalendar.YEAR_OF_CYCLE
Represents the Chinese year related to the current sexagesimal cycle.static TextElement<CyclicYear>
KoreanCalendar.YEAR_OF_CYCLE
Represents the Korean year related to the current sexagesimal cycle.static TextElement<CyclicYear>
VietnameseCalendar.YEAR_OF_CYCLE
Represents 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_VAHID
Represents the year of vahid cycle. -
Uses of TextElement in net.time4j.calendar.hindu
Subinterfaces of TextElement in net.time4j.calendar.hinduModifier and TypeInterfaceDescriptioninterface
AdjustableTextElement<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