public class FieldPosition extends Object
Constructor | Description |
---|---|
FieldPosition(int var0) |
|
FieldPosition(Format.Field var0) |
|
FieldPosition(Format.Field var0,
int var1) |
Modifier and Type | Method | Description |
---|---|---|
int |
getBeginIndex() |
|
int |
getEndIndex() |
|
int |
getField() |
|
Format.Field |
getFieldAttribute() |
|
void |
setBeginIndex(int var0) |
|
void |
setEndIndex(int var0) |
public FieldPosition(int var0)
public FieldPosition(Format.Field var0)
public FieldPosition(Format.Field var0, int var1)
public int getBeginIndex()
public int getEndIndex()
public int getField()
public Format.Field getFieldAttribute()
public void setBeginIndex(int var0)
public void setEndIndex(int var0)