| Package | Description |
|---|---|
| net.time4j.format |
Defines common interfaces for any format support of Time4J.
|
| Modifier and Type | Field and Description |
|---|---|
static AttributeKey<Leniency> |
Attributes.LENIENCY
Attribute which controls the leniency in parsing.
|
| Modifier and Type | Method and Description |
|---|---|
static Leniency |
Leniency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Leniency[] |
Leniency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
<V extends Enum<V>> |
TextAccessor.parse(CharSequence parseable,
ParsePosition status,
Class<V> valueType,
Leniency leniency)
Interpretes given text form as enum-based element value.
|
int |
NumberSystem.toInteger(String numeral,
Leniency leniency)
Converts given text numeral to an integer.
|
TemporalFormatter<T> |
TemporalFormatter.with(Leniency leniency)
Sets the leniency mode.
|
Copyright © 2014–2017. All rights reserved.