public class TFieldPosition extends Object
Constructor and Description |
---|
TFieldPosition(int field) |
TFieldPosition(TFormat.Field attribute) |
TFieldPosition(TFormat.Field attribute,
int field) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
getBeginIndex() |
int |
getEndIndex() |
int |
getField() |
TFormat.Field |
getFieldAttribute() |
int |
hashCode() |
void |
setBeginIndex(int index) |
void |
setEndIndex(int index) |
String |
toString() |
public TFieldPosition(int field)
public TFieldPosition(TFormat.Field attribute)
public TFieldPosition(TFormat.Field attribute, int field)
public int getBeginIndex()
public int getEndIndex()
public int getField()
public TFormat.Field getFieldAttribute()
public void setBeginIndex(int index)
public void setEndIndex(int index)
Copyright © 2019. All rights reserved.