| 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 |
|---|---|
TemporalFormatter<T> |
TemporalFormatter.with(Leniency leniency)
Sets the leniency mode.
|
Copyright © 2014–2015. All rights reserved.