Uses of Interface
net.time4j.engine.AttributeQuery
Package
Description
Defines the common generic schemes and interfaces of chronological
systems.
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 AttributeQuery in net.time4j.engine
Modifier and TypeMethodDescriptionBridgeChronology.createFrom(TimeSource<?> clock, AttributeQuery attributes)
BridgeChronology.createFrom(ChronoEntity<?> entity, AttributeQuery attributes, boolean lenient, boolean preparsing)
Chronology.createFrom(TimeSource<?> clock, AttributeQuery attributes)
Chronology.createFrom(ChronoEntity<?> entity, AttributeQuery attributes, boolean lenient, boolean preparsing)
ChronoMerger.createFrom(TimeSource<?> clock, AttributeQuery attributes)
Creates a new entity which reflects current time.ChronoMerger.createFrom(ChronoEntity<?> entity, AttributeQuery attributes, boolean lenient, boolean preparsing)
Creates a new entity of type T based on given chronological data.TimeAxis.createFrom(ChronoEntity<?> entity, AttributeQuery attributes, boolean lenient, boolean preparsing)
Set<ChronoElement<?>>
ChronoExtension.getElements(Locale locale, AttributeQuery attributes)
Returns the element set for given configuration.BridgeChronology.preformat(S context, AttributeQuery attributes)
Chronology.preformat(T context, AttributeQuery attributes)
default ChronoDisplay
ChronoMerger.preformat(T context, AttributeQuery attributes)
Transforms the current context/entity into another set of chronological values which finally shall be formatted using given attributes.ChronoEntity<?>
ChronoExtension.resolve(ChronoEntity<?> entity, Locale locale, AttributeQuery attributes)
Updates the given value source if necessary in order to resolve the values of extension elements to values of standard elements. -
Uses of AttributeQuery in net.time4j.format
Modifier and TypeClassDescriptionclass
A collection of format attributes for controlling the formatting and parsing.Modifier and TypeMethodDescriptionTemporalFormatter.getAttributes()
Determines all global format attributes if available.Modifier and TypeMethodDescription<V extends Enum<V>>
VTextAccessor.parse(CharSequence parseable, ParsePosition status, Class<V> valueType, AttributeQuery attributes)
Interpretes given text form as enum-based element value.TextElement.parse(CharSequence text, ParsePosition status, AttributeQuery attributes)
Interpretes the given text as element value.void
TextElement.print(ChronoDisplay context, Appendable buffer, AttributeQuery attributes)
Converts the element value in given context to a formatted text.default int
NumericalElement.printToInt(V value, ChronoDisplay context, AttributeQuery attributes)
Translates given element value to a numerical integer. -
Uses of AttributeQuery in net.time4j.format.expert
Modifier and TypeMethodDescriptionChronoFormatter.getAttributes()
Returns the global format attributes which are active if they are not overridden by sectional attributes.default AttributeQuery
ChronoParser.getAttributes()
Returns the global format attributes which are active if they are not overridden by sectional attributes.default AttributeQuery
ChronoPrinter.getAttributes()
Returns the global format attributes which are active if they are not overridden by sectional attributes.Modifier and TypeMethodDescriptionChronoFormatter.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
Interpretes given text as chronological entity starting at the specified position in parse log.ChronoParser.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
Interpretes given text as chronological entity starting at the specified position in parse log.MultiFormatParser.parse(CharSequence text, ParseLog status, AttributeQuery attributes)
ChronoFormatter.print(T formattable, Appendable buffer, AttributeQuery attributes)
Prints given chronological entity as formatted text and writes the text into given buffer.ChronoFormatter.print(T formattable, StringBuilder buffer, AttributeQuery attributes)
ChronoPrinter.print(T formattable, StringBuilder buffer, AttributeQuery attributes)
Prints given chronological entity as formatted text and writes the text into given buffer. -
Uses of AttributeQuery in net.time4j.format.platform