/******************************************************************************* * Copyright (c) 2006-2012 * Software Technology Group, Dresden University of Technology * DevBoost GmbH, Berlin, Amtsgericht Charlottenburg, HRB 140026 * * 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: * Software Technology Group - TU Dresden, Germany; * DevBoost GmbH - Berlin, Germany * - initial API and implementation ******************************************************************************/ /** * <copyright> * </copyright> * * $Id$ */ package org.oasisopen.names.tc.opendocument.xmlns.table; import org.eclipse.emf.ecore.EObject; import org.oasisopen.names.tc.opendocument.xmlns.office.ChangeInfoType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Cell Content Change Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getCellAddress <em>Cell Address</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getChangeInfo <em>Change Info</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getDependencies <em>Dependencies</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getDeletions <em>Deletions</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getPrevious <em>Previous</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getAcceptanceState <em>Acceptance State</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getRejectingChangeId <em>Rejecting Change Id</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType() * @model extendedMetaData="name='cell-content-change_._type' kind='elementOnly'" * @generated */ public interface CellContentChangeType extends EObject { /** * Returns the value of the '<em><b>Cell Address</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cell Address</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cell Address</em>' containment reference. * @see #setCellAddress(CellAddressType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_CellAddress() * @model containment="true" required="true" * extendedMetaData="kind='element' name='cell-address' namespace='##targetNamespace'" * @generated */ CellAddressType getCellAddress(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getCellAddress <em>Cell Address</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cell Address</em>' containment reference. * @see #getCellAddress() * @generated */ void setCellAddress(CellAddressType value); /** * Returns the value of the '<em><b>Change Info</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Change Info</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Change Info</em>' containment reference. * @see #setChangeInfo(ChangeInfoType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_ChangeInfo() * @model containment="true" required="true" * extendedMetaData="kind='element' name='change-info' namespace='urn:oasis:names:tc:opendocument:xmlns:office:1.0'" * @generated */ ChangeInfoType getChangeInfo(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getChangeInfo <em>Change Info</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Change Info</em>' containment reference. * @see #getChangeInfo() * @generated */ void setChangeInfo(ChangeInfoType value); /** * Returns the value of the '<em><b>Dependencies</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Dependencies</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Dependencies</em>' containment reference. * @see #setDependencies(DependenciesType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_Dependencies() * @model containment="true" * extendedMetaData="kind='element' name='dependencies' namespace='##targetNamespace'" * @generated */ DependenciesType getDependencies(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getDependencies <em>Dependencies</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Dependencies</em>' containment reference. * @see #getDependencies() * @generated */ void setDependencies(DependenciesType value); /** * Returns the value of the '<em><b>Deletions</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Deletions</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Deletions</em>' containment reference. * @see #setDeletions(DeletionsType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_Deletions() * @model containment="true" * extendedMetaData="kind='element' name='deletions' namespace='##targetNamespace'" * @generated */ DeletionsType getDeletions(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getDeletions <em>Deletions</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Deletions</em>' containment reference. * @see #getDeletions() * @generated */ void setDeletions(DeletionsType value); /** * Returns the value of the '<em><b>Previous</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Previous</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Previous</em>' containment reference. * @see #setPrevious(PreviousType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_Previous() * @model containment="true" required="true" * extendedMetaData="kind='element' name='previous' namespace='##targetNamespace'" * @generated */ PreviousType getPrevious(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getPrevious <em>Previous</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Previous</em>' containment reference. * @see #getPrevious() * @generated */ void setPrevious(PreviousType value); /** * Returns the value of the '<em><b>Acceptance State</b></em>' attribute. * The default value is <code>"pending"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.table.AcceptanceStateType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Acceptance State</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Acceptance State</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.AcceptanceStateType * @see #isSetAcceptanceState() * @see #unsetAcceptanceState() * @see #setAcceptanceState(AcceptanceStateType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_AcceptanceState() * @model default="pending" unsettable="true" * extendedMetaData="kind='attribute' name='acceptance-state' namespace='##targetNamespace'" * @generated */ AcceptanceStateType getAcceptanceState(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getAcceptanceState <em>Acceptance State</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Acceptance State</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.AcceptanceStateType * @see #isSetAcceptanceState() * @see #unsetAcceptanceState() * @see #getAcceptanceState() * @generated */ void setAcceptanceState(AcceptanceStateType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getAcceptanceState <em>Acceptance State</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetAcceptanceState() * @see #getAcceptanceState() * @see #setAcceptanceState(AcceptanceStateType) * @generated */ void unsetAcceptanceState(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getAcceptanceState <em>Acceptance State</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Acceptance State</em>' attribute is set. * @see #unsetAcceptanceState() * @see #getAcceptanceState() * @see #setAcceptanceState(AcceptanceStateType) * @generated */ boolean isSetAcceptanceState(); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_Id() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" required="true" * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Rejecting Change Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Rejecting Change Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Rejecting Change Id</em>' attribute. * @see #setRejectingChangeId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getCellContentChangeType_RejectingChangeId() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='rejecting-change-id' namespace='##targetNamespace'" * @generated */ String getRejectingChangeId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.CellContentChangeType#getRejectingChangeId <em>Rejecting Change Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Rejecting Change Id</em>' attribute. * @see #getRejectingChangeId() * @generated */ void setRejectingChangeId(String value); } // CellContentChangeType