Team LiB
Previous Section Next Section

Format.Fieldjava.text

Java 1.4serializable

This inner class extends AttributedCharacterIterator.Attribute and serves as the common superclass for DateFormat.Field, MessageFormat.Field, and NumberFormat.Field. See those specific subclasses for details.

public static class Format.Field extends AttributedCharacterIterator.Attribute {
// Protected Constructors
     protected Field(String name);  
}

Subclasses

DateFormat.Field, MessageFormat.Field, NumberFormat.Field

Passed To

FieldPosition.FieldPosition( )

Returned By

FieldPosition.getFieldAttribute( )

    Team LiB
    Previous Section Next Section