public interface ActivationFile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getActivationFile()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExists()
Returns the value of the 'Exists' attribute.
|
java.lang.String |
getMissing()
Returns the value of the 'Missing' attribute.
|
void |
setExists(java.lang.String value)
Sets the value of the '
Exists ' attribute. |
void |
setMissing(java.lang.String value)
Sets the value of the '
Missing '
attribute. |
java.lang.String getMissing()
setMissing(String)
,
PomPackage.getActivationFile_Missing()
void setMissing(java.lang.String value)
Missing
'
attribute. value
- the new value of the 'Missing' attribute.getMissing()
java.lang.String getExists()
setExists(String)
,
PomPackage.getActivationFile_Exists()
void setExists(java.lang.String value)
Exists
' attribute.
value
- the new value of the 'Exists' attribute.getExists()