public interface Suite
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DocGenValidationPackage.getSuite()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Rule> |
getRules()
Returns the value of the 'Rules' containment reference
list.
|
boolean |
isOwnSection()
Returns the value of the 'Own Section' attribute.
|
boolean |
isShowDetail()
Returns the value of the 'Show Detail' attribute.
|
boolean |
isShowSummary()
Returns the value of the 'Show Summary' attribute.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setOwnSection(boolean value)
Sets the value of the '
Own Section ' attribute. |
void |
setShowDetail(boolean value)
Sets the value of the '
Show Detail ' attribute. |
void |
setShowSummary(boolean value)
Sets the value of the '
Show Summary ' attribute. |
boolean isShowDetail()
If the meaning of the 'Show Detail' attribute isn't clear, there really should be more of a description here...
setShowDetail(boolean)
,
DocGenValidationPackage.getSuite_ShowDetail()
void setShowDetail(boolean value)
Show Detail
' attribute. value
- the new value of the 'Show Detail' attribute.isShowDetail()
boolean isShowSummary()
If the meaning of the 'Show Summary' attribute isn't clear, there really should be more of a description here...
setShowSummary(boolean)
,
DocGenValidationPackage.getSuite_ShowSummary()
void setShowSummary(boolean value)
Show Summary
' attribute. value
- the new value of the 'Show Summary' attribute.isShowSummary()
boolean isOwnSection()
If the meaning of the 'Own Section' attribute isn't clear, there really should be more of a description here...
setOwnSection(boolean)
,
DocGenValidationPackage.getSuite_OwnSection()
void setOwnSection(boolean value)
Own Section
' attribute. value
- the new value of the 'Own Section' attribute.isOwnSection()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DocGenValidationPackage.getSuite_Name()
void setName(java.lang.String value)
Name
' attribute. value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.common.util.EList<Rule> getRules()
Rule
.
If the meaning of the 'Rules' containment reference list isn't clear, there really should be more of a description here...
DocGenValidationPackage.getSuite_Rules()