
org.omg.spec.bpmn.model.TGlobalBusinessRuleTask Maven / Gradle / Ivy
/**
* Copyright (C) 2023 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2.0 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
package org.omg.spec.bpmn.model;
/**
*
* A representation of the model object 'TGlobal Business Rule Task'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TGlobalBusinessRuleTask#getImplementation Implementation}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTGlobalBusinessRuleTask()
* @model extendedMetaData="name='tGlobalBusinessRuleTask' kind='elementOnly'"
* @generated
*/
public interface TGlobalBusinessRuleTask extends TGlobalTask {
/**
* Returns the value of the 'Implementation' attribute.
* The default value is "##unspecified"
.
*
*
* @return the value of the 'Implementation' attribute.
* @see #isSetImplementation()
* @see #unsetImplementation()
* @see #setImplementation(Object)
* @see org.omg.spec.bpmn.model.ModelPackage#getTGlobalBusinessRuleTask_Implementation()
* @model default="##unspecified" unsettable="true" dataType="org.omg.spec.bpmn.model.TImplementation"
* extendedMetaData="kind='attribute' name='implementation'"
* @generated
*/
Object getImplementation();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TGlobalBusinessRuleTask#getImplementation Implementation}' attribute.
*
*
* @param value the new value of the 'Implementation' attribute.
* @see #isSetImplementation()
* @see #unsetImplementation()
* @see #getImplementation()
* @generated
*/
void setImplementation(Object value);
/**
* Unsets the value of the '{@link org.omg.spec.bpmn.model.TGlobalBusinessRuleTask#getImplementation Implementation}' attribute.
*
*
* @see #isSetImplementation()
* @see #getImplementation()
* @see #setImplementation(Object)
* @generated
*/
void unsetImplementation();
/**
* Returns whether the value of the '{@link org.omg.spec.bpmn.model.TGlobalBusinessRuleTask#getImplementation Implementation}' attribute is set.
*
*
* @return whether the value of the 'Implementation' attribute is set.
* @see #unsetImplementation()
* @see #getImplementation()
* @see #setImplementation(Object)
* @generated
*/
boolean isSetImplementation();
} // TGlobalBusinessRuleTask
© 2015 - 2025 Weber Informatics LLC | Privacy Policy