org.oreodata
Interface ForeignKeyDescriptor

All Superinterfaces:
FieldDescriptor, java.io.Serializable
All Known Implementing Classes:
ForeignKeyField

public interface ForeignKeyDescriptor
extends FieldDescriptor

An subinterface of the FieldDescriptor interface that describes a foreign key field in a database table.

Author:
Jonathan Revusky

Method Summary
 java.lang.String getDataSourceName()
          The lookup name of the data source where the record referred to is contained.
 java.lang.String getRecordType()
          The type of record that is referred to.
 
Methods inherited from interface org.oreodata.FieldDescriptor
checkValidValue, convertFromJDBC, convertToJDBC, createSAXHandler, defaultValue, getCopy, getJavaType, getLocalizedName, getName, getObjectFromString, getProperty, getSQLType, isFieldOf, isRequired, isSetExternally, normalize, valueToString
 

Method Detail

getDataSourceName

public java.lang.String getDataSourceName()
The lookup name of the data source where the record referred to is contained.


getRecordType

public java.lang.String getRecordType()
The type of record that is referred to.