Uses of Interface
net.time4j.AdjustableElement
Packages that use 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
Subinterfaces of AdjustableElement in net.time4jModifier and TypeInterfaceDescriptioninterfaceNavigableElement<V extends Enum<V>>Defines additional enum-based operators for setting new element values taking into account the old element value.interfaceThe element for the ordinal weekday in month.interfaceProportionalElement<V extends Number,T>Defines an element which can interprete its value as proportional value.Fields in net.time4j declared as AdjustableElementModifier and TypeFieldDescriptionstatic AdjustableElement<Integer,PlainTime>PlainTime.CLOCK_HOUR_OF_AMPMElement with the hour of half day in the value range1-12(dial on an analogue watch).static AdjustableElement<Integer,PlainTime>PlainTime.CLOCK_HOUR_OF_DAYElement with the hour in the value range1-24(analogue display).static AdjustableElement<Integer,PlainDate>PlainDate.YEARElement with the proleptic iso-year without any era reference and the value range-999999999until999999999.static AdjustableElement<Integer,PlainDate>PlainDate.YEAR_OF_WEEKDATEDefines an element for the week-based year in an ISO-8601-weekdate.Methods in net.time4j that return AdjustableElementModifier 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.