Uses of Class
net.time4j.format.Attributes.Builder
-
Uses of Attributes.Builder in net.time4j.format
Modifier and TypeMethodDescriptionAttributes.Builder.remove(AttributeKey<?> key)
Removes the specified attribute.<A extends Enum<A>>
Attributes.BuilderAttributes.Builder.set(AttributeKey<A> key, A value)
Sets an attribute ofenum
-type.Attributes.Builder.set(AttributeKey<Boolean> key, boolean value)
Sets an attribute ofboolean
-type.Attributes.Builder.set(AttributeKey<Character> key, char value)
Sets an attribute ofchar
-type.Attributes.Builder.set(AttributeKey<Integer> key, int value)
Sets an attribute ofint
-type.Attributes.Builder.setAll(Attributes attributes)
Accepts all given attributes.Attributes.Builder.setCalendarVariant(String variant)
Sets the calendar variant.Attributes.Builder.setLanguage(Locale locale)
Sets the language.Attributes.Builder.setStdTimezone()
Sets the system timezone reference.Attributes.Builder.setTimezone(String tzid)
Sets the timezone reference.Attributes.Builder.setTimezone(TZID tzid)
Sets the timezone reference.