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 SummaryAll 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.DataSetgetFields, getName, setName
 
- 
 
- 
- 
- 
Method Detail- 
getItemsorg.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()
 
 
- 
 
-