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