public interface ReportSet
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PomPackage.getReportSet()| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration()
Returns the value of the 'Configuration' reference.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getInherited()
Returns the value of the 'Inherited' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getReports()
Returns the value of the 'Reports' attribute list.
|
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 |
unsetId()
Unsets the value of the '
Id'
attribute. |
String getId()
isSetId(),
unsetId(),
setId(String),
PomPackage.getReportSet_Id()void unsetId()
Id'
attribute. isSetId(),
getId(),
setId(String)boolean isSetId()
Id'
attribute is set. unsetId(),
getId(),
setId(String)String getInherited()
setInherited(String),
PomPackage.getReportSet_Inherited()void setInherited(String value)
Inherited' attribute. value - the new value of the 'Inherited' attribute.getInherited()org.eclipse.emf.common.util.EList<String> getReports()
String.
If the meaning of the 'Reports' attribute list isn't clear, there really should be more of a description here...
PomPackage.getReportSet_Reports()Configuration getConfiguration()
If the meaning of the 'Configuration' reference isn't clear, there really should be more of a description here...
setConfiguration(Configuration),
PomPackage.getReportSet_Configuration()void setConfiguration(Configuration value)
Configuration' reference. value - the new value of the 'Configuration' reference.getConfiguration()Copyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.