java.text
Class FieldPosition

java.lang.Object
  extended by java.text.FieldPosition

public class FieldPosition
extends Object


Constructor Summary
FieldPosition(Format.Field var0)
           
FieldPosition(Format.Field var0, int var1)
           
FieldPosition(int var0)
           
 
Method Summary
 int getBeginIndex()
           
 int getEndIndex()
           
 int getField()
           
 Format.Field getFieldAttribute()
           
 void setBeginIndex(int var0)
           
 void setEndIndex(int var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldPosition

public FieldPosition(int var0)

FieldPosition

public FieldPosition(Format.Field var0)

FieldPosition

public FieldPosition(Format.Field var0,
                     int var1)
Method Detail

getBeginIndex

public int getBeginIndex()

getEndIndex

public int getEndIndex()

getField

public int getField()

getFieldAttribute

public Format.Field getFieldAttribute()

setBeginIndex

public void setBeginIndex(int var0)

setEndIndex

public void setEndIndex(int var0)