blob: fd6c00fc8fcf6ff238cd38a5e349d2a351752534 [file] [log] [blame]
/**
* Copyright (c) 2011, 2015 - Lunifera GmbH (Gross Enzersdorf, Austria), Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Florian Pirchner - Initial implementation
*/
package org.eclipse.osbp.ecview.semantic.uimodel;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Ui Visibility Processor Def</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.ecview.semantic.uimodel.UiVisibilityProcessorDef#getProcessor <em>Processor</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage#getUiVisibilityProcessorDef()
* @model
* @generated
*/
public interface UiVisibilityProcessorDef extends UiRootElements {
/**
* Returns the value of the '<em><b>Processor</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Processor</em>' containment reference isn't clear,
* there really should be more of a description here...
*
* <!-- end-user-doc -->
* @return the value of the '<em>Processor</em>' containment reference.
* @see #setProcessor(UiVisibilityProcessor)
* @see org.eclipse.osbp.ecview.semantic.uimodel.UiModelPackage#getUiVisibilityProcessorDef_Processor()
* @model containment="true" resolveProxies="true"
* @generated
*/
UiVisibilityProcessor getProcessor();
/**
* Sets the value of the '{@link org.eclipse.osbp.ecview.semantic.uimodel.UiVisibilityProcessorDef#getProcessor <em>Processor</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Processor</em>' containment reference.
* @see #getProcessor()
* @generated
*/
void setProcessor(UiVisibilityProcessor value);
} // UiVisibilityProcessorDef