public interface ForeignKeyColumnMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getForeignKeyColumnName()
Returns the value of the 'Foreign Key Column Name' attribute
|
java.lang.String |
getPrimaryKeyColumnName()
Returns the value of the 'Primary Key Column Name' attribute
|
int |
getSequenceNumber()
Returns the value of the 'Sequence Number' attribute
|
void |
setForeignKeyColumnName(java.lang.String value)
Sets the value of the '
Foreign Key Column Name' attribute |
void |
setPrimaryKeyColumnName(java.lang.String value)
Sets the value of the '
Primary Key Column Name' attribute |
void |
setSequenceNumber(int value)
Sets the value of the '
Sequence Number' attribute |
int getSequenceNumber()
If the meaning of the 'Sequence Number' attribute isn't clear, there really should be more of a description here...
setSequenceNumber(int),
DatabasePackage.getForeignKeyColumnMetadata_SequenceNumber()void setSequenceNumber(int value)
Sequence Number' attribute.
value - the new value of the 'Sequence Number' attribute.getSequenceNumber()java.lang.String getForeignKeyColumnName()
If the meaning of the 'Foreign Key Column Name' attribute isn't clear, there really should be more of a description here...
setForeignKeyColumnName(String),
DatabasePackage.getForeignKeyColumnMetadata_ForeignKeyColumnName()void setForeignKeyColumnName(java.lang.String value)
Foreign Key Column Name' attribute.
value - the new value of the 'Foreign Key Column Name' attribute.getForeignKeyColumnName()java.lang.String getPrimaryKeyColumnName()
If the meaning of the 'Primary Key Column Name' attribute isn't clear, there really should be more of a description here...
setPrimaryKeyColumnName(String),
DatabasePackage.getForeignKeyColumnMetadata_PrimaryKeyColumnName()void setPrimaryKeyColumnName(java.lang.String value)
Primary Key Column Name' attribute.
value - the new value of the 'Primary Key Column Name' attribute.getPrimaryKeyColumnName()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.