/**
* <copyright>
* </copyright>
*
* $Id$
*/
package com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Transformer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.Transformer#getTrnFile <em>Trn File</em>}</li>
* </ul>
* </p>
*
* @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getTransformer()
* @model
* @generated
*/
public interface Transformer extends ServiceEngine {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright, Bostech Corp.";
/**
* Returns the value of the '<em><b>Trn File</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Trn File</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Trn File</em>' attribute.
* @see #setTrnFile(String)
* @see com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.componentflowPackage#getTransformer_TrnFile()
* @model
* @generated
*/
String getTrnFile();
/**
* Sets the value of the '{@link com.bostechcorp.cbesb.ui.componentflow.componentFlowEditor.Transformer#getTrnFile <em>Trn File</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Trn File</em>' attribute.
* @see #getTrnFile()
* @generated
*/
void setTrnFile(String value);
} // Transformer
|