public interface DatabaseLookupProperties
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
VocabularyString |
getLabelsColumnName()
Returns the value of the 'Labels Column Name' containment reference
|
VocabularyString |
getTableName()
Returns the value of the 'Table Name' containment reference
|
VocabularyString |
getValuesColumnName()
Returns the value of the 'Values Column Name' containment reference
|
void |
setLabelsColumnName(VocabularyString value)
Sets the value of the '
Labels Column Name ' containment reference |
void |
setTableName(VocabularyString value)
Sets the value of the '
Table Name ' containment reference |
void |
setValuesColumnName(VocabularyString value)
Sets the value of the '
Values Column 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.getDatabaseLookupProperties_TableName()
void setTableName(VocabularyString value)
Table Name
' containment reference.
value
- the new value of the 'Table Name' containment reference.getTableName()
VocabularyString getLabelsColumnName()
If the meaning of the 'Labels Column Name' containment reference isn't clear, there really should be more of a description here...
setLabelsColumnName(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseLookupProperties_LabelsColumnName()
void setLabelsColumnName(VocabularyString value)
Labels Column Name
' containment reference.
value
- the new value of the 'Labels Column Name' containment reference.getLabelsColumnName()
VocabularyString getValuesColumnName()
If the meaning of the 'Values Column Name' containment reference isn't clear, there really should be more of a description here...
setValuesColumnName(VocabularyString)
,
CanonicalvocabularymodelPackage.getDatabaseLookupProperties_ValuesColumnName()
void setValuesColumnName(VocabularyString value)
Values Column Name
' containment reference.
value
- the new value of the 'Values Column Name' containment reference.getValuesColumnName()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.