Uses of Interface
net.time4j.AdjustableElement
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.-
Uses of AdjustableElement in net.time4j
Modifier and TypeInterfaceDescriptioninterface
NavigableElement<V extends Enum<V>>
Defines additional enum-based operators for setting new element values taking into account the old element value.interface
The element for the ordinal weekday in month.interface
ProportionalElement<V extends Number,T>
Defines an element which can interprete its value as proportional value.Modifier and TypeFieldDescriptionstatic AdjustableElement<Integer,PlainTime>
PlainTime.CLOCK_HOUR_OF_AMPM
Element with the hour of half day in the value range1-12
(dial on an analogue watch).static AdjustableElement<Integer,PlainTime>
PlainTime.CLOCK_HOUR_OF_DAY
Element with the hour in the value range1-24
(analogue display).static AdjustableElement<Integer,PlainDate>
PlainDate.YEAR
Element with the proleptic iso-year without any era reference and the value range-999999999
until999999999
.static AdjustableElement<Integer,PlainDate>
PlainDate.YEAR_OF_WEEKDATE
Defines an element for the week-based year in an ISO-8601-weekdate.Modifier and TypeMethodDescriptionWeekmodel.boundedWeekOfMonth()
Defines an element for the week of month with a localized week number, constrained to the current calendar month.Weekmodel.boundedWeekOfYear()
Defines an element for the week of year with a localized week number, constrained to the current calendar year.Weekmodel.weekOfMonth()
Defines an element for the calendar week of month with a localized week number.Weekmodel.weekOfYear()
Defines an element for the calendar week of year with a localized week number.