public interface SubProfile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProfilePackage.getSubProfile()
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<SystemProperty> |
getProperty()
Returns the value of the 'Property' containment reference list.
|
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
org.eclipse.emf.common.util.EList<SystemProperty> getProperty()
SystemProperty
.
If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
ProfilePackage.getSubProfile_Property()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ProfilePackage.getSubProfile_Name()