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

org.eclipse.bpmn2.ExtensionAttributeValue Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 * 
 * 
 * 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;

import org.eclipse.emf.ecore.EObject;

import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'Extension Attribute Value'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.eclipse.bpmn2.ExtensionAttributeValue#getValueRef Value Ref}
  • *
  • {@link org.eclipse.bpmn2.ExtensionAttributeValue#getValue Value}
  • *
  • {@link org.eclipse.bpmn2.ExtensionAttributeValue#getExtensionAttributeDefinition Extension Attribute Definition}
  • *
* * @see org.eclipse.bpmn2.Bpmn2Package#getExtensionAttributeValue() * @model extendedMetaData="name='tExtensionElements' kind='elementOnly'" * @generated */ public interface ExtensionAttributeValue extends EObject { /** * Returns the value of the 'Value Ref' reference. * * * @return the value of the 'Value Ref' reference. * @see #setValueRef(EObject) * @see org.eclipse.bpmn2.Bpmn2Package#getExtensionAttributeValue_ValueRef() * @model transient="true" derived="true" ordered="false" * @generated */ EObject getValueRef(); /** * Sets the value of the '{@link org.eclipse.bpmn2.ExtensionAttributeValue#getValueRef Value Ref}' reference. * * * @param value the new value of the 'Value Ref' reference. * @see #getValueRef() * @generated */ void setValueRef(EObject value); /** * Returns the value of the 'Value' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Value' attribute list. * @see org.eclipse.bpmn2.Bpmn2Package#getExtensionAttributeValue_Value() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='elementWildcard' wildcards='##other' name=':0' processing='lax'" * @generated */ FeatureMap getValue(); /** * Returns the value of the 'Extension Attribute Definition' reference. * * * @return the value of the 'Extension Attribute Definition' reference. * @see #setExtensionAttributeDefinition(ExtensionAttributeDefinition) * @see org.eclipse.bpmn2.Bpmn2Package#getExtensionAttributeValue_ExtensionAttributeDefinition() * @model required="true" transient="true" derived="true" ordered="false" * @generated */ ExtensionAttributeDefinition getExtensionAttributeDefinition(); /** * Sets the value of the '{@link org.eclipse.bpmn2.ExtensionAttributeValue#getExtensionAttributeDefinition Extension Attribute Definition}' reference. * * * @param value the new value of the 'Extension Attribute Definition' reference. * @see #getExtensionAttributeDefinition() * @generated */ void setExtensionAttributeDefinition(ExtensionAttributeDefinition value); } // ExtensionAttributeValue




© 2015 - 2025 Weber Informatics LLC | Privacy Policy