| Package | Description |
|---|---|
| net.time4j |
The main package contains four basic types of ISO-8601, namely
PlainDate, PlainTime, PlainTimestamp
and Moment. |
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
String |
Weekday.getDisplayName(Locale locale,
TextWidth width,
OutputContext context)
Gets the description text dependent on the locale and style
parameters.
|
String |
Quarter.getDisplayName(Locale locale,
TextWidth width,
OutputContext context)
Gets the description text dependent on the locale and style
parameters.
|
String |
Month.getDisplayName(Locale locale,
TextWidth width,
OutputContext context)
Gets the description text dependent on the locale and style
parameters.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<OutputContext> |
Attributes.OUTPUT_CONTEXT
Determines the output context to be used in formatting and
parsing.
|
| Modifier and Type | Method and Description |
|---|---|
static OutputContext |
OutputContext.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputContext[] |
OutputContext.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TextAccessor |
CalendarText.getLeapMonths(TextWidth textWidth,
OutputContext outputContext)
Yields an
Accessor for all months if a leap month
is relevant. |
TextAccessor |
CalendarText.getQuarters(TextWidth textWidth,
OutputContext outputContext)
Yields an
Accessor for all quarter years. |
TextAccessor |
CalendarText.getStdMonths(TextWidth textWidth,
OutputContext outputContext)
Yields an
Accessor for all standard months. |
TextAccessor |
CalendarText.getWeekdays(TextWidth textWidth,
OutputContext outputContext)
Yields an
Accessor for all weekday names. |
String[] |
TextProvider.months(String calendarType,
Locale locale,
TextWidth textWidth,
OutputContext outputContext,
boolean leapForm)
|
String[] |
TextProvider.quarters(String calendarType,
Locale locale,
TextWidth textWidth,
OutputContext outputContext)
|
String[] |
TextProvider.weekdays(String calendarType,
Locale locale,
TextWidth textWidth,
OutputContext outputContext)
|
Copyright © 2014–2015. All rights reserved.