|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.appconn.FieldMetaData
public class FieldMetaData
Provides metadata about a field that is defined in a recordset of a Host Integrator model.
Field Summary |
---|
Fields inherited from interface com.wrq.apptrieve.appconn.AppConnMetaData |
---|
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE |
Constructor Summary | |
---|---|
FieldMetaData(RecordsetFieldMeta saObject)
Constructor for internal use only. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldMetaData(RecordsetFieldMeta saObject)
saObject
- dataMethod Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |