public interface ReportPlugin
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getReportPlugin()
Modifier and Type | Method and Description |
---|---|
String |
getArtifactId()
Returns the value of the 'Artifact Id' attribute.
|
Configuration |
getConfiguration()
Returns the value of the 'Configuration' reference.
|
String |
getGroupId()
Returns the value of the 'Group Id' attribute.
|
String |
getInherited()
Returns the value of the 'Inherited' attribute.
|
org.eclipse.emf.common.util.EList<ReportSet> |
getReportSets()
Returns the value of the 'Report Sets' containment reference list.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isSetGroupId()
Returns whether the value of the '
Group Id
' attribute is set. |
boolean |
isSetReportSets()
Returns whether the value of the '
Report Sets ' containment reference list is set. |
void |
setArtifactId(String value)
Sets the value of the '
Artifact Id '
attribute. |
void |
setConfiguration(Configuration value)
Sets the value of the '
Configuration
' reference. |
void |
setGroupId(String value)
Sets the value of the '
Group Id '
attribute. |
void |
setInherited(String value)
Sets the value of the '
Inherited '
attribute. |
void |
setVersion(String value)
Sets the value of the '
Version ' attribute. |
void |
unsetGroupId()
Unsets the value of the '
Group Id '
attribute. |
void |
unsetReportSets()
Unsets the value of the '
Report Sets '
containment reference list. |
String getGroupId()
isSetGroupId()
,
unsetGroupId()
,
setGroupId(String)
,
PomPackage.getReportPlugin_GroupId()
void setGroupId(String value)
Group Id
'
attribute. value
- the new value of the 'Group Id' attribute.isSetGroupId()
,
unsetGroupId()
,
getGroupId()
void unsetGroupId()
Group Id
'
attribute. isSetGroupId()
,
getGroupId()
,
setGroupId(String)
boolean isSetGroupId()
Group Id
' attribute is set. unsetGroupId()
,
getGroupId()
,
setGroupId(String)
String getArtifactId()
setArtifactId(String)
,
PomPackage.getReportPlugin_ArtifactId()
void setArtifactId(String value)
Artifact Id
'
attribute. value
- the new value of the 'Artifact Id' attribute.getArtifactId()
String getVersion()
setVersion(String)
,
PomPackage.getReportPlugin_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
String getInherited()
setInherited(String)
,
PomPackage.getReportPlugin_Inherited()
void setInherited(String value)
Inherited
'
attribute. value
- the new value of the 'Inherited' attribute.getInherited()
org.eclipse.emf.common.util.EList<ReportSet> getReportSets()
ReportSet
. 4.0.0 Multiple specifications of a set of reports, each having (possibly) different
configuration. This is the reporting parallel to an <code>execution</code> in the build. isSetReportSets()
,
unsetReportSets()
,
PomPackage.getReportPlugin_ReportSets()
void unsetReportSets()
Report Sets
'
containment reference list. isSetReportSets()
,
getReportSets()
boolean isSetReportSets()
Report Sets
' containment reference list is set. unsetReportSets()
,
getReportSets()
Configuration getConfiguration()
If the meaning of the 'Configuration' reference isn't clear, there really should be more of a description here...
setConfiguration(Configuration)
,
PomPackage.getReportPlugin_Configuration()
void setConfiguration(Configuration value)
Configuration
' reference. value
- the new value of the 'Configuration' reference.getConfiguration()
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.