public interface EnumerationElement extends ValidatableObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGuid()
Returns the value of the 'Guid' attribute
|
org.eclipse.emf.common.util.EList |
getLabel()
Returns the value of the 'Label' containment reference list.
|
VocabularyString |
getValue()
Returns the value of the 'Value' containment reference
|
void |
setGuid(java.lang.String value)
Sets the value of the '
Guid ' attribute |
void |
setValue(VocabularyString value)
Sets the value of the '
Value ' containment reference |
getValidationMessages, hasErrors, hasErrors, hasErrorsOrWarnings, hasErrorsOrWarnings, hasSeverity, hasSeverity, hasWarnings, hasWarnings, isValid, isValid
java.lang.String getGuid()
If the meaning of the 'Guid' attribute isn't clear, there really should be more of a description here...
setGuid(String)
,
CanonicalvocabularymodelPackage.getEnumerationElement_Guid()
void setGuid(java.lang.String value)
Guid
' attribute.
value
- the new value of the 'Guid' attribute.getGuid()
org.eclipse.emf.common.util.EList getLabel()
VocabularyString
.
If the meaning of the 'Label' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getEnumerationElement_Label()
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.getEnumerationElement_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.