public static class Format.Field extends Object
AttributedCharacterIterator
returned from
Format.formatToCharacterIterator
and as field identifiers in FieldPosition
.Modifier and Type | Field and Description |
---|---|
static tec.units.ri.internal.format.l10n.Attribute |
INPUT_METHOD_SEGMENT
Attribute key for input method segments.
|
static tec.units.ri.internal.format.l10n.Attribute |
LANGUAGE
Attribute key for the language of some text.
|
static tec.units.ri.internal.format.l10n.Attribute |
READING
Attribute key for the reading of some text.
|
Modifier | Constructor and Description |
---|---|
protected |
Format.Field(String name)
Creates a Field with the specified name.
|
public static final tec.units.ri.internal.format.l10n.Attribute LANGUAGE
Values are instances of Locale.
Locale
public static final tec.units.ri.internal.format.l10n.Attribute READING
Values are instances of Annotation holding instances of String.
Annotation
,
String
public static final tec.units.ri.internal.format.l10n.Attribute INPUT_METHOD_SEGMENT
Values are instances of Annotation holding a null reference.
Annotation
protected Format.Field(String name)
name
- Name of the attributepublic final boolean equals(Object obj)
x.equals(y)
if x
and y
refer to the
same object, and guarantees this for all subclasses.public final int hashCode()
public String toString()
Copyright © 2005–2017 Jean-Marie Dautelle, Werner Keil, V2COM. All rights reserved.