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:
-
Method Summary
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
-
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:
-