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