Interface DataCompositionSchemaDataSetUnion
-
- All Superinterfaces:
DataSet,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaDataSetUnionImpl
public interface DataCompositionSchemaDataSetUnion extends DataSet
A representation of the model object 'Data Composition Schema Data Set Union'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataSet>getItems()Returns the value of the 'Items' containment reference list.-
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.schema.DataSet
getFields, getName, setName
-
-
-
-
Method Detail
-
getItems
org.eclipse.emf.common.util.EList<DataSet> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeDataSet.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionSchemaDataSetUnion_Items()
-
-