public interface IFieldData
extends java.lang.Cloneable, java.io.Serializable
This interface defines the field data interface used by the resource adapter. When the resource adapter builds a field, this interface is used to supply the name, size, position, and text of the field.
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength()
Returns the maximum length of the field, including any attribute bytes.
|
java.lang.String |
getName()
Returns field name if one exists, null or "" otherwise.
|
int |
getPos()
Returns the position of the field on the screen.
|
java.lang.String |
getText()
Returns the text of the field.
|
int getMaxLength()
java.lang.String getName()
int getPos()
java.lang.String getText()