public interface ActivationFile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getActivationFile()
Modifier and Type | Method and Description |
---|---|
String |
getExists()
Returns the value of the 'Exists' attribute.
|
String |
getMissing()
Returns the value of the 'Missing' attribute.
|
void |
setExists(String value)
Sets the value of the '
Exists ' attribute. |
void |
setMissing(String value)
Sets the value of the '
Missing '
attribute. |
String getMissing()
setMissing(String)
,
PomPackage.getActivationFile_Missing()
void setMissing(String value)
Missing
'
attribute. value
- the new value of the 'Missing' attribute.getMissing()
String getExists()
setExists(String)
,
PomPackage.getActivationFile_Exists()
void setExists(String value)
Exists
' attribute.
value
- the new value of the 'Exists' attribute.getExists()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.