public class FieldMetaData extends java.lang.Object implements AppConnMetaData
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE
Constructor and Description |
---|
FieldMetaData(RecordsetFieldMeta saObject)
Constructor for internal use only.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description for the field.
|
int |
getLength()
Gets the length of the field -- the total number
of screen characters.
|
int |
getMetaDataType()
Gets the meta data type for this object.
|
java.lang.String |
getName()
Gets the name of the field.
|
boolean |
isKey()
Discovers whether the field is a key or part of a key
for the record set.
|
boolean |
isReadable()
Discovers whether the field is readable.
|
boolean |
isWriteable()
Discovers whether the field is writeable.
|
boolean |
terminalAttributesEnabled()
Discovers whether the terminal attributes are enabled for the field.
|
java.lang.String |
toString()
Generates a String object that represents the current
values of this FieldMetaData object.
|
public FieldMetaData(RecordsetFieldMeta saObject)
saObject
- datapublic java.lang.String getDescription()
getDescription
in interface AppConnMetaData
public int getLength()
public int getMetaDataType()
getMetaDataType
in interface AppConnMetaData
public java.lang.String getName()
getName
in interface AppConnMetaData
public boolean isKey()
public boolean isReadable()
public boolean isWriteable()
public boolean terminalAttributesEnabled()
enabledTerminalAttributes(true)
public java.lang.String toString()
toString
in class java.lang.Object