/** */ package org.archstudio.xadl3.variability_3_0; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Java Transform Change Set Of Changes</b></em>'. * <!-- end-user-doc --> * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.archstudio.xadl3.variability_3_0.JavaTransformChangeSetOfChanges#getBundle <em>Bundle</em>}</li> * <li>{@link org.archstudio.xadl3.variability_3_0.JavaTransformChangeSetOfChanges#getClass_ <em>Class</em>}</li> * </ul> * * @see org.archstudio.xadl3.variability_3_0.Variability_3_0Package#getJavaTransformChangeSetOfChanges() * @model extendedMetaData="name='JavaTransformChangeSetOfChanges' kind='elementOnly'" * @generated */ public interface JavaTransformChangeSetOfChanges extends TransformChangeSetOfChanges { /** * Returns the value of the '<em><b>Bundle</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Bundle</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Bundle</em>' attribute. * @see #setBundle(String) * @see org.archstudio.xadl3.variability_3_0.Variability_3_0Package#getJavaTransformChangeSetOfChanges_Bundle() * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData= * "kind='attribute' name='bundle' namespace='##targetNamespace'" * @generated */ String getBundle(); /** * Sets the value of the '{@link org.archstudio.xadl3.variability_3_0.JavaTransformChangeSetOfChanges#getBundle * <em>Bundle</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Bundle</em>' attribute. * @see #getBundle() * @generated */ void setBundle(String value); /** * Returns the value of the '<em><b>Class</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class</em>' attribute isn't clear, there really should be more of a description * here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Class</em>' attribute. * @see #setClass(String) * @see org.archstudio.xadl3.variability_3_0.Variability_3_0Package#getJavaTransformChangeSetOfChanges_Class() * @model dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData= * "kind='attribute' name='class' namespace='##targetNamespace'" * @generated */ String getClass_(); /** * Sets the value of the '{@link org.archstudio.xadl3.variability_3_0.JavaTransformChangeSetOfChanges#getClass_ * <em>Class</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Class</em>' attribute. * @see #getClass_() * @generated */ void setClass(String value); } // JavaTransformChangeSetOfChanges