All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eclipse.bpmn2.di.BPMNPlane Maven / Gradle / Ivy

/**
 * 
 * 
 * Copyright (c) 2010 SAP AG.
 * 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:
 *    Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
 * 
 * 
 */
package org.eclipse.bpmn2.di;

import org.eclipse.bpmn2.BaseElement;

import org.eclipse.dd.di.Plane;

/**
 * 
 * A representation of the model object 'BPMN Plane'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.bpmn2.di.BPMNPlane#getBpmnElement Bpmn Element}
  • *
* * @see org.eclipse.bpmn2.di.BpmnDiPackage#getBPMNPlane() * @model extendedMetaData="name='BPMNPlane' kind='elementOnly'" * @generated */ public interface BPMNPlane extends Plane { /** * Returns the value of the 'Bpmn Element' reference. * * * @return the value of the 'Bpmn Element' reference. * @see #setBpmnElement(BaseElement) * @see org.eclipse.bpmn2.di.BpmnDiPackage#getBPMNPlane_BpmnElement() * @model ordered="false" * extendedMetaData="kind='attribute' name='bpmnElement'" * @generated */ BaseElement getBpmnElement(); /** * Sets the value of the '{@link org.eclipse.bpmn2.di.BPMNPlane#getBpmnElement Bpmn Element}' reference. * * * @param value the new value of the 'Bpmn Element' reference. * @see #getBpmnElement() * @generated */ void setBpmnElement(BaseElement value); } // BPMNPlane




© 2015 - 2025 Weber Informatics LLC | Privacy Policy