public interface DatabaseProperty extends ValidatableObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
VocabularyString |
getName()
Returns the value of the 'Name' containment reference
|
VocabularyString |
getValue()
Returns the value of the 'Value' containment reference
|
void |
setName(VocabularyString value)
Sets the value of the '
Name' containment reference |
void |
setValue(VocabularyString value)
Sets the value of the '
Value' containment reference |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValidVocabularyString getName()
If the meaning of the 'Name' containment reference isn't clear, there really should be more of a description here...
setName(VocabularyString),
CanonicalvocabularymodelPackage.getDatabaseProperty_Name()void setName(VocabularyString value)
Name' containment reference.
value - the new value of the 'Name' containment reference.getName()VocabularyString getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(VocabularyString),
CanonicalvocabularymodelPackage.getDatabaseProperty_Value()void setValue(VocabularyString value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.