Interface DataSet
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DataCompositionSchemaDataSetObject,DataCompositionSchemaDataSetQuery,DataCompositionSchemaDataSetUnion
- All Known Implementing Classes:
DataCompositionSchemaDataSetObjectImpl,DataCompositionSchemaDataSetQueryImpl,DataCompositionSchemaDataSetUnionImpl,DataSetImpl
public interface DataSet extends org.eclipse.emf.ecore.EObject- See Also:
DcsPackage.getDataSet()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataSetField>getFields()Returns the value of the 'Fields' containment reference list.StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DcsPackage.getDataSet_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getFields
org.eclipse.emf.common.util.EList<DataSetField> getFields()
Returns the value of the 'Fields' containment reference list. The list contents are of typeDataSetField.- Returns:
- the value of the 'Fields' containment reference list.
- See Also:
DcsPackage.getDataSet_Fields()
-
-