public interface ExtendedPersistentAttributes
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList |
getDataTypeMappings()
Returns the value of the 'Data Type Mappings' containment reference list.
|
org.eclipse.emf.common.util.EList |
getEntityMappings()
Returns the value of the 'Entity Mappings' containment reference list.
|
VocabularyString |
getExtendedAttributeColumn()
Returns the value of the 'Extended Attribute Column' containment reference
|
VocabularyString |
getExtendedTableColumn()
Returns the value of the 'Extended Table Column' containment reference
|
VocabularyString |
getExtendedTypeColumn()
Returns the value of the 'Extended Type Column' containment reference
|
VocabularyString |
getPrimaryKeyColumn()
Returns the value of the 'Primary Key Column' containment reference
|
VocabularyString |
getTableName()
Returns the value of the 'Table Name' containment reference
|
void |
setExtendedAttributeColumn(VocabularyString value)
Sets the value of the '
Extended Attribute Column ' containment reference |
void |
setExtendedTableColumn(VocabularyString value)
Sets the value of the '
Extended Table Column ' containment reference |
void |
setExtendedTypeColumn(VocabularyString value)
Sets the value of the '
Extended Type Column ' containment reference |
void |
setPrimaryKeyColumn(VocabularyString value)
Sets the value of the '
Primary Key Column ' containment reference |
void |
setTableName(VocabularyString value)
Sets the value of the '
Table Name ' containment reference |
VocabularyString getTableName()
If the meaning of the 'Table Name' containment reference isn't clear, there really should be more of a description here...
setTableName(VocabularyString)
,
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_TableName()
void setTableName(VocabularyString value)
Table Name
' containment reference.
value
- the new value of the 'Table Name' containment reference.getTableName()
VocabularyString getPrimaryKeyColumn()
If the meaning of the 'Primary Key Column' containment reference isn't clear, there really should be more of a description here...
setPrimaryKeyColumn(VocabularyString)
,
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_PrimaryKeyColumn()
void setPrimaryKeyColumn(VocabularyString value)
Primary Key Column
' containment reference.
value
- the new value of the 'Primary Key Column' containment reference.getPrimaryKeyColumn()
VocabularyString getExtendedTableColumn()
If the meaning of the 'Extended Table Column' containment reference isn't clear, there really should be more of a description here...
setExtendedTableColumn(VocabularyString)
,
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_ExtendedTableColumn()
void setExtendedTableColumn(VocabularyString value)
Extended Table Column
' containment reference.
value
- the new value of the 'Extended Table Column' containment reference.getExtendedTableColumn()
VocabularyString getExtendedAttributeColumn()
If the meaning of the 'Extended Attribute Column' containment reference isn't clear, there really should be more of a description here...
setExtendedAttributeColumn(VocabularyString)
,
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_ExtendedAttributeColumn()
void setExtendedAttributeColumn(VocabularyString value)
Extended Attribute Column
' containment reference.
value
- the new value of the 'Extended Attribute Column' containment reference.getExtendedAttributeColumn()
VocabularyString getExtendedTypeColumn()
If the meaning of the 'Extended Type Column' containment reference isn't clear, there really should be more of a description here...
setExtendedTypeColumn(VocabularyString)
,
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_ExtendedTypeColumn()
void setExtendedTypeColumn(VocabularyString value)
Extended Type Column
' containment reference.
value
- the new value of the 'Extended Type Column' containment reference.getExtendedTypeColumn()
org.eclipse.emf.common.util.EList getEntityMappings()
EntityMapping
.
If the meaning of the 'Entity Mappings' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_EntityMappings()
org.eclipse.emf.common.util.EList getDataTypeMappings()
DataTypeMapping
.
If the meaning of the 'Data Type Mappings' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getExtendedPersistentAttributes_DataTypeMappings()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.