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.EObjectA representation of the model object 'Data Composition Schema Field Template'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionFieldgetField()Returns the value of the 'Field' containment reference.StringgetTemplate()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.
-
-
-
Method Detail
-
getField
DataCompositionField getField()
Returns the value of the 'Field' containment reference.- Returns:
- the value of the 'Field' containment reference.
- See Also:
setField(DataCompositionField),DcsPackage.getDataCompositionSchemaFieldTemplate_Field()
-
setField
void setField(DataCompositionField value)
Sets the value of the 'Field' containment reference.- Parameters:
value- the new value of the 'Field' containment reference.- See Also:
getField()
-
getTemplate
String getTemplate()
Returns the value of the 'Template' attribute.- Returns:
- the value of the 'Template' attribute.
- See Also:
setTemplate(String),DcsPackage.getDataCompositionSchemaFieldTemplate_Template()
-
setTemplate
void setTemplate(String value)
Sets the value of the 'Template' attribute.- Parameters:
value- the new value of the 'Template' attribute.- See Also:
getTemplate()
-
-