public interface EntityMapping
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VocabularyString |
getExtendedTable()
Returns the value of the 'Extended Table' containment reference
|
VocabularyString |
getVocabularyEntity()
Returns the value of the 'Vocabulary Entity' containment reference
|
void |
setExtendedTable(VocabularyString value)
Sets the value of the '
Extended Table ' containment reference |
void |
setVocabularyEntity(VocabularyString value)
Sets the value of the '
Vocabulary Entity ' containment reference |
VocabularyString getExtendedTable()
If the meaning of the 'Extended Table' containment reference isn't clear, there really should be more of a description here...
setExtendedTable(VocabularyString)
,
CanonicalvocabularymodelPackage.getEntityMapping_ExtendedTable()
void setExtendedTable(VocabularyString value)
Extended Table
' containment reference.
value
- the new value of the 'Extended Table' containment reference.getExtendedTable()
VocabularyString getVocabularyEntity()
If the meaning of the 'Vocabulary Entity' containment reference isn't clear, there really should be more of a description here...
setVocabularyEntity(VocabularyString)
,
CanonicalvocabularymodelPackage.getEntityMapping_VocabularyEntity()
void setVocabularyEntity(VocabularyString value)
Vocabulary Entity
' containment reference.
value
- the new value of the 'Vocabulary Entity' containment reference.getVocabularyEntity()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.