Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.text
Class Format.Field  view Format.Field download Format.Field.java

java.lang.Object
  extended byjava.text.AttributedCharacterIterator.Attribute
      extended byjava.text.Format.Field
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DateFormat.Field, MessageFormat.Field, NumberFormat.Field
Enclosing class:
Format

public static class Format.Field
extends AttributedCharacterIterator.Attribute


Field Summary
(package private) static long serialVersionUID
           
 
Fields inherited from class java.text.AttributedCharacterIterator.Attribute
INPUT_METHOD_SEGMENT, LANGUAGE, READING
 
Constructor Summary
protected Format.Field(java.lang.String name)
           
 
Methods inherited from class java.text.AttributedCharacterIterator.Attribute
equals, getName, hashCode, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Format.Field

protected Format.Field(java.lang.String name)