public interface Profile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ProfilePackage.getProfile()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<String> |
getArguments()
Returns the value of the 'Arguments' attribute list.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
org.eclipse.emf.common.util.EList<Profile> |
getIncludes()
Returns the value of the 'Includes' reference list.
|
org.eclipse.emf.common.util.EList<String> |
getInstallationUnits()
Returns the value of the 'Installation Units' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getJvmArguments()
Returns the value of the 'Jvm Arguments' attribute list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getNotes()
Returns the value of the 'Notes' attribute list.
|
org.eclipse.emf.common.util.EList<SubProfile> |
getProfile()
Returns the value of the 'Profile' containment reference list.
|
org.eclipse.emf.common.util.EList<SystemProperty> |
getProperty()
Returns the value of the 'Property' containment reference list.
|
org.eclipse.emf.common.util.EList<BundleStartLevel> |
getSetbsl()
Returns the value of the 'Setbsl' containment reference list.
|
org.eclipse.emf.common.util.EList<StartBundle> |
getStart()
Returns the value of the 'Start' containment reference list.
|
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
org.eclipse.emf.common.util.EList<SubProfile> getProfile()
SubProfile
.
If the meaning of the 'Profile' containment reference list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_Profile()
org.eclipse.emf.common.util.EList<Profile> getIncludes()
Profile
.
If the meaning of the 'Includes' reference list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_Includes()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
ProfilePackage.getProfile_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
ProfilePackage.getProfile_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
org.eclipse.emf.common.util.EList<String> getArguments()
String
.
If the meaning of the 'Arguments' attribute list isn't clear, there really should be more of a description here...
Program argumentsProfilePackage.getProfile_Arguments()
org.eclipse.emf.common.util.EList<StartBundle> getStart()
StartBundle
.
If the meaning of the 'Start' containment reference list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_Start()
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.getProfile_Property()
org.eclipse.emf.common.util.EList<BundleStartLevel> getSetbsl()
BundleStartLevel
.
If the meaning of the 'Setbsl' containment reference list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_Setbsl()
org.eclipse.emf.common.util.EList<String> getNotes()
String
.
If the meaning of the 'Notes' attribute list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_Notes()
org.eclipse.emf.common.util.EList<String> getInstallationUnits()
String
.
If the meaning of the 'Installation Units' attribute list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_InstallationUnits()
org.eclipse.emf.common.util.EList<String> getJvmArguments()
String
.
If the meaning of the 'Jvm Arguments' attribute list isn't clear, there really should be more of a description here...
ProfilePackage.getProfile_JvmArguments()