Home | History | Annotate | Download | only in temporal

Lines Matching defs:Field

115  * <li>{@link ChronoField#DAY_OF_WEEK DAY_OF_WEEK} - the standard field defining the
140 * <tr><th>Date</th><th>Day-of-week</th><th>Field values</th></tr>
158 * The field that represents the day-of-quarter.
160 * This field allows the day-of-quarter value to be queried and set.
167 * When setting this field, the value is allowed to be partially lenient, taking any
175 * validated against their range of valid values. The day-of-quarter field
179 * validated against their range of valid values. The day-of-quarter field is
194 public static final TemporalField DAY_OF_QUARTER = Field.DAY_OF_QUARTER;
196 * The field that represents the quarter-of-year.
198 * This field allows the quarter-of-year value to be queried and set.
209 public static final TemporalField QUARTER_OF_YEAR = Field.QUARTER_OF_YEAR;
211 * The field that represents the week-of-week-based-year.
213 * This field allows the week of the week-based-year value to be queried and set.
222 * field is validated from 1 to 52 or 53 depending on the week-based-year.
226 * field is validated between 1 and 53, ignoring the week-based-year.
239 public static final TemporalField WEEK_OF_WEEK_BASED_YEAR = Field.WEEK_OF_WEEK_BASED_YEAR;
241 * The field that represents the week-based-year.
243 * This field allows the week-based-year value to be queried and set.
245 * The field has a range that matches {@link LocalDate#MAX} and {@link LocalDate#MIN}.
253 public static final TemporalField WEEK_BASED_YEAR = Field.WEEK_BASED_YEAR;
263 * for the week-based-year field. If the resulting week-based-year only has 52 weeks,
287 * Implementation of the field.
289 private static enum Field implements TemporalField {
311 throw new UnsupportedTemporalTypeException("Unsupported field: DayOfQuarter");
327 throw new UnsupportedTemporalTypeException("Unsupported field: DayOfQuarter");
399 throw new UnsupportedTemporalTypeException("Unsupported field: QuarterOfYear");
448 throw new UnsupportedTemporalTypeException("Unsupported field: WeekOfWeekBasedYear");
455 throw new UnsupportedTemporalTypeException("Unsupported field: WeekOfWeekBasedYear");
529 throw new UnsupportedTemporalTypeException("Unsupported field: WeekBasedYear");
537 throw new UnsupportedTemporalTypeException("Unsupported field: WeekBasedYear");