/******************************************************************************* * 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 java.math.BigInteger; 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>Insertion Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getChangeInfo <em>Change Info</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getDependencies <em>Dependencies</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getDeletions <em>Deletions</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getAcceptanceState <em>Acceptance State</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getCount <em>Count</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getPosition <em>Position</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getRejectingChangeId <em>Rejecting Change Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getTable <em>Table</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getType <em>Type</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getInsertionType() * @model extendedMetaData="name='insertion_._type' kind='elementOnly'" * @generated */ public interface InsertionType extends EObject { /** * 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#getInsertionType_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.InsertionType#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#getInsertionType_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.InsertionType#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#getInsertionType_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.InsertionType#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>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#getInsertionType_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.InsertionType#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.InsertionType#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.InsertionType#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>Count</b></em>' attribute. * The default value is <code>"1"</code>. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Count</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Count</em>' attribute. * @see #isSetCount() * @see #unsetCount() * @see #setCount(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getInsertionType_Count() * @model default="1" unsettable="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.PositiveInteger" * extendedMetaData="kind='attribute' name='count' namespace='##targetNamespace'" * @generated */ BigInteger getCount(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getCount <em>Count</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Count</em>' attribute. * @see #isSetCount() * @see #unsetCount() * @see #getCount() * @generated */ void setCount(BigInteger value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getCount <em>Count</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetCount() * @see #getCount() * @see #setCount(BigInteger) * @generated */ void unsetCount(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getCount <em>Count</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Count</em>' attribute is set. * @see #unsetCount() * @see #getCount() * @see #setCount(BigInteger) * @generated */ boolean isSetCount(); /** * 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#getInsertionType_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.InsertionType#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>Position</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Position</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Position</em>' attribute. * @see #setPosition(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getInsertionType_Position() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Integer" required="true" * extendedMetaData="kind='attribute' name='position' namespace='##targetNamespace'" * @generated */ BigInteger getPosition(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getPosition <em>Position</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Position</em>' attribute. * @see #getPosition() * @generated */ void setPosition(BigInteger 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#getInsertionType_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.InsertionType#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); /** * Returns the value of the '<em><b>Table</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Table</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Table</em>' attribute. * @see #setTable(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getInsertionType_Table() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Integer" * extendedMetaData="kind='attribute' name='table' namespace='##targetNamespace'" * @generated */ BigInteger getTable(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getTable <em>Table</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Table</em>' attribute. * @see #getTable() * @generated */ void setTable(BigInteger value); /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.table.TypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Type</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.TypeType * @see #isSetType() * @see #unsetType() * @see #setType(TypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getInsertionType_Type() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='type' namespace='##targetNamespace'" * @generated */ TypeType getType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.table.TypeType * @see #isSetType() * @see #unsetType() * @see #getType() * @generated */ void setType(TypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetType() * @see #getType() * @see #setType(TypeType) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.InsertionType#getType <em>Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Type</em>' attribute is set. * @see #unsetType() * @see #getType() * @see #setType(TypeType) * @generated */ boolean isSetType(); } // InsertionType