public interface PluginExecution
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getPluginExecution()| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration()
Returns the value of the 'Configuration' reference.
|
org.eclipse.emf.common.util.EList<String> |
getGoals()
Returns the value of the 'Goals' attribute list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getInherited()
Returns the value of the 'Inherited' attribute.
|
String |
getPhase()
Returns the value of the 'Phase' attribute.
|
boolean |
isSetId()
Returns whether the value of the '
Id'
attribute is set. |
void |
setConfiguration(Configuration value)
Sets the value of the '
Configuration' reference. |
void |
setId(String value)
Sets the value of the '
Id' attribute. |
void |
setInherited(String value)
Sets the value of the '
Inherited'
attribute. |
void |
setPhase(String value)
Sets the value of the '
Phase' attribute. |
void |
unsetId()
Unsets the value of the '
Id' attribute. |
String getId()
isSetId(),
unsetId(),
setId(String),
PomPackage.getPluginExecution_Id()void unsetId()
Id' attribute. isSetId(),
getId(),
setId(String)boolean isSetId()
Id'
attribute is set. unsetId(),
getId(),
setId(String)String getPhase()
setPhase(String),
PomPackage.getPluginExecution_Phase()void setPhase(String value)
Phase' attribute.
value - the new value of the 'Phase' attribute.getPhase()String getInherited()
setInherited(String),
PomPackage.getPluginExecution_Inherited()void setInherited(String value)
Inherited'
attribute. value - the new value of the 'Inherited' attribute.getInherited()org.eclipse.emf.common.util.EList<String> getGoals()
String.
If the meaning of the 'Goals' attribute list isn't clear, there really should be more of a description here...
PomPackage.getPluginExecution_Goals()Configuration getConfiguration()
If the meaning of the 'Configuration' reference isn't clear, there really should be more of a description here...
setConfiguration(Configuration),
PomPackage.getPluginExecution_Configuration()void setConfiguration(Configuration value)
Configuration' reference. value - the new value of the 'Configuration' reference.getConfiguration()Copyright © 2005–2021 Eclipse Foundation. All rights reserved.