java.text
public static class: Format.Field [javadoc |
source]
java.lang.Object
java.text.AttributedCharacterIterator.Attribute
java.text.Format$Field
All Implemented Interfaces:
java$io$Serializable
Direct Known Subclasses:
Field, Field, Field
Defines constants that are used as attribute keys in the
AttributedCharacterIterator
returned
from
Format.formatToCharacterIterator
and as
field identifiers in
FieldPosition
.
Constructor: |
protected Field(String name) {
super(name);
}
Creates a Field with the specified name. Parameters:
name - Name of the attribute
|
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |