public interface ActivationOS
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getActivationOS()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArch()
Returns the value of the 'Arch' attribute.
|
java.lang.String |
getFamily()
Returns the value of the 'Family' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setArch(java.lang.String value)
Sets the value of the '
Arch' attribute. |
void |
setFamily(java.lang.String value)
Sets the value of the '
Family' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setVersion(java.lang.String value)
Sets the value of the '
Version' attribute. |
java.lang.String getName()
setName(String),
PomPackage.getActivationOS_Name()void setName(java.lang.String value)
Name' attribute. value - the new value of the 'Name' attribute.getName()java.lang.String getFamily()
setFamily(String),
PomPackage.getActivationOS_Family()void setFamily(java.lang.String value)
Family' attribute.
value - the new value of the 'Family' attribute.getFamily()java.lang.String getArch()
setArch(String),
PomPackage.getActivationOS_Arch()void setArch(java.lang.String value)
Arch' attribute. value - the new value of the 'Arch' attribute.getArch()java.lang.String getVersion()
setVersion(String),
PomPackage.getActivationOS_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()