Class MessageFormat.Field
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format.Field
java.text.MessageFormat.Field
- All Implemented Interfaces:
Serializable
- Enclosing class:
MessageFormat
Defines constants that are used as attribute keys in the
AttributedCharacterIterator returned
from MessageFormat.formatToCharacterIterator.- Since:
- 1.4
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MessageFormat.FieldConstant identifying a portion of a message that was generated from an argument passed intoformatToCharacterIterator.Fields inherited from class AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READINGModifier and TypeFieldDescriptionstatic final AttributedCharacterIterator.AttributeAttribute key for input method segments.static final AttributedCharacterIterator.AttributeAttribute key for the language of some text.static final AttributedCharacterIterator.AttributeAttribute key for the reading of some text. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectResolves instances being deserialized to the predefined constants.Methods inherited from class AttributedCharacterIterator.Attribute
equals, getName, hashCode, toStringMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitModifier and TypeMethodDescriptionprotected Objectclone()Creates and returns a copy of this object.protected voidfinalize()Deprecated, for removal: This API element is subject to removal in a future version.Finalization is deprecated and subject to removal in a future release.final Class<?> getClass()Returns the runtime class of thisObject.final voidnotify()Wakes up a single thread that is waiting on this object's monitor.final voidWakes up all threads that are waiting on this object's monitor.final voidwait()Causes the current thread to wait until it is awakened, typically by being notified or interrupted.final voidwait(long timeoutMillis) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.final voidwait(long timeoutMillis, int nanos) Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.
-
Field Details
-
ARGUMENT
Constant identifying a portion of a message that was generated from an argument passed intoformatToCharacterIterator. The value associated with the key will be anIntegerindicating the index in theargumentsarray of the argument from which the text was generated.
-
-
Constructor Details
-
Field
Creates a Field with the specified name.- Parameters:
name- Name of the attribute
-
-
Method Details
-
readResolve
Resolves instances being deserialized to the predefined constants.- Overrides:
readResolvein classAttributedCharacterIterator.Attribute- Returns:
- resolved MessageFormat.Field constant
- Throws:
InvalidObjectException- if the constant could not be resolved.
-