public static final class RangeFormat.Field extends Format.Field
RangeFormat.formatToCharacterIterator(Object)
.Defined in the sis-utility
module
Modifier and Type | Field and Description |
---|---|
static RangeFormat.Field |
MAX_VALUE
Identifies the maximal value field in a range.
|
static RangeFormat.Field |
MIN_VALUE
Identifies the minimal value field in a range.
|
static RangeFormat.Field |
UNIT
Identifies the unit field in a range, if any.
|
INPUT_METHOD_SEGMENT, LANGUAGE, READING
Modifier and Type | Method and Description |
---|---|
protected Object |
readResolve()
Invoked on deserialization for resolving this instance to one of the predefined constants.
|
equals, getName, hashCode, toString
public static final RangeFormat.Field MIN_VALUE
FieldPosition
constructor in order to get the bounding index where the minimal value has been written.public static final RangeFormat.Field MAX_VALUE
FieldPosition
constructor in order to get the bounding index where the maximal value has been written.public static final RangeFormat.Field UNIT
FieldPosition
constructor in order to get the bounding index where the unit has been written.protected final Object readResolve() throws InvalidObjectException
readResolve
in class AttributedCharacterIterator.Attribute
InvalidObjectException
- If this instance can not be resolved.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.