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 SummaryModifier 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliver
- 
Method Details- 
getFieldDataCompositionField getField()Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
 
- 
setFieldSets the value of the 'Field' containment reference.- Parameters:
- value- the new value of the 'Field' containment reference.
- See Also:
 
- 
getTemplateString getTemplate()Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
 
- 
setTemplateSets the value of the 'Template' attribute.- Parameters:
- value- the new value of the 'Template' attribute.
- See Also:
 
 
-