public interface NamedExtension
extends org.eclipse.emf.ecore.EObject
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 |
getName()
Returns the value of the 'Name' containment reference list.
|
java.lang.String |
getSource()
Returns the value of the 'Source' attribute
|
void |
setGuid(java.lang.String value)
Sets the value of the '
Guid ' attribute |
void |
setSource(java.lang.String value)
Sets the value of the '
Source ' attribute |
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.getNamedExtension_Guid()
void setGuid(java.lang.String value)
Guid
' attribute.
value
- the new value of the 'Guid' attribute.getGuid()
org.eclipse.emf.common.util.EList getName()
VocabularyString
.
If the meaning of the 'Name' containment reference list isn't clear, there really should be more of a description here...
CanonicalvocabularymodelPackage.getNamedExtension_Name()
java.lang.String getSource()
If the meaning of the 'Source' attribute isn't clear, there really should be more of a description here...
setSource(String)
,
CanonicalvocabularymodelPackage.getNamedExtension_Source()
void setSource(java.lang.String value)
Source
' attribute.
value
- the new value of the 'Source' attribute.getSource()
Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.