Uses of Enum Class
net.time4j.format.Leniency
Package
Description
Support for various regional calendars.
Defines common interfaces for any format support of Time4J.
This package contains the expert-level format- and parse engine of Time4J.
Temporal formatters which access the platform specific resources.
-
Uses of Leniency in net.time4j.calendar
Modifier and TypeMethodDescriptionstatic JapaneseCalendar
JapaneseCalendar.of(Nengo nengo, int yearOfNengo, EastAsianMonth month, int dayOfMonth, Leniency leniency)
Creates a new instance of a Japanese calendar date. -
Uses of Leniency in net.time4j.format
Modifier and TypeFieldDescriptionstatic AttributeKey<Leniency>
Attributes.LENIENCY
Attribute which controls the leniency in parsing.Modifier and TypeMethodDescriptionstatic Leniency
Returns the enum constant of this class with the specified name.static Leniency[]
Leniency.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription<V extends Enum<V>>
VTextAccessor.parse(CharSequence parseable, ParsePosition status, Class<V> valueType, Leniency leniency)
Interpretes given text form as enum-based element value.int
Converts given text numeral to an integer.Sets the leniency mode. -
Uses of Leniency in net.time4j.format.expert
-
Uses of Leniency in net.time4j.format.platform