| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Modifier and Type | Method and Description |
|---|---|
Attributes.Builder |
Attributes.Builder.remove(AttributeKey<?> key)
Removes the specified attribute.
|
<A extends Enum<A>> |
Attributes.Builder.set(AttributeKey<A> key,
A value)
Sets an attribute of
enum-type. |
Attributes.Builder |
Attributes.Builder.set(AttributeKey<Boolean> key,
boolean value)
Sets an attribute of
boolean-type. |
Attributes.Builder |
Attributes.Builder.set(AttributeKey<Character> key,
char value)
Sets an attribute of
char-type. |
Attributes.Builder |
Attributes.Builder.set(AttributeKey<Integer> key,
int value)
Sets an attribute of
int-type. |
Attributes.Builder |
Attributes.Builder.setAll(Attributes attributes)
Accepts all given attributes.
|
Attributes.Builder |
Attributes.Builder.setCalendarVariant(String variant)
Sets the calendar variant.
|
Attributes.Builder |
Attributes.Builder.setLanguage(Locale locale)
Sets the language.
|
Attributes.Builder |
Attributes.Builder.setStartOfDay(StartOfDay startOfDay)
Sets the start of calendar day.
|
Attributes.Builder |
Attributes.Builder.setStdTimezone()
Sets the system timezone reference.
|
Attributes.Builder |
Attributes.Builder.setTimezone(String tzid)
Sets the timezone reference.
|
Attributes.Builder |
Attributes.Builder.setTimezone(TZID tzid)
Sets the timezone reference.
|
Copyright © 2014–2015. All rights reserved.