Interface ReportTabularSection
-
- All Superinterfaces:
BasicTabularSection
,org.eclipse.emf.ecore.EObject
,FieldSource
,MdObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ReportTabularSectionImpl
public interface ReportTabularSection extends BasicTabularSection
A representation of the model object 'Report Tabular Section'.The following features are supported:
- See Also:
MdClassPackage.getReportTabularSection()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<ReportTabularSectionAttribute>
getAttributes()
Returns the value of the 'Attributes' containment reference list.TabularSectionTypes
getProducedTypes()
Returns the value of the 'Produced Types' containment reference.void
setProducedTypes(TabularSectionTypes value)
Sets the value of the 'Produced Types
' containment reference.-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.BasicTabularSection
getFillChecking, getStandardAttributes, getToolTip, setFillChecking, validate
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com._1c.g5.v8.dt.mcore.FieldSource
getFields, getRefFieldSources
-
Methods inherited from interface com._1c.g5.v8.dt.metadata.mdclass.MdObject
getComment, getExtendedConfigurationObject, getExtension, getName, getObjectBelonging, getSynonym, getUuid, setComment, setExtendedConfigurationObject, setExtension, setName, setObjectBelonging, setUuid
-
-
-
-
Method Detail
-
getProducedTypes
TabularSectionTypes getProducedTypes()
Returns the value of the 'Produced Types' containment reference.- Returns:
- the value of the 'Produced Types' containment reference.
- See Also:
setProducedTypes(TabularSectionTypes)
,MdClassPackage.getReportTabularSection_ProducedTypes()
-
setProducedTypes
void setProducedTypes(TabularSectionTypes value)
Sets the value of the 'Produced Types
' containment reference.- Parameters:
value
- the new value of the 'Produced Types' containment reference.- See Also:
getProducedTypes()
-
getAttributes
org.eclipse.emf.common.util.EList<ReportTabularSectionAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of typeReportTabularSectionAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
MdClassPackage.getReportTabularSection_Attributes()
-
-