Interface DataCompositionSchemaFieldTemplate
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSchemaFieldTemplateImpl
public interface DataCompositionSchemaFieldTemplate
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Schema Field Template'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptiongetField()Returns the value of the 'Field' containment reference.Returns the value of the 'Template' attribute.voidsetField(DataCompositionField value) Sets the value of the 'Field' containment reference.voidsetTemplate(String value) Sets the value of the 'Template' attribute.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
-
getField
DataCompositionField getField()Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
-
setField
Sets the value of the 'Field' containment reference.- Parameters:
value- the new value of the 'Field' containment reference.- See Also:
-
getTemplate
String getTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
-
setTemplate
Sets the value of the 'Template' attribute.- Parameters:
value- the new value of the 'Template' attribute.- See Also:
-