/******************************************************************************* * 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.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Sort Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getSortBy <em>Sort By</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getAlgorithm <em>Algorithm</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getBindStylesToContent <em>Bind Styles To Content</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCaseSensitive <em>Case Sensitive</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCountry <em>Country</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getLanguage <em>Language</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getTargetRangeAddress <em>Target Range Address</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType() * @model extendedMetaData="name='sort_._type' kind='elementOnly'" * @generated */ public interface SortType extends EObject { /** * Returns the value of the '<em><b>Sort By</b></em>' containment reference list. * The list contents are of type {@link org.oasisopen.names.tc.opendocument.xmlns.table.SortByType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Sort By</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Sort By</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_SortBy() * @model containment="true" required="true" * extendedMetaData="kind='element' name='sort-by' namespace='##targetNamespace'" * @generated */ EList<SortByType> getSortBy(); /** * Returns the value of the '<em><b>Algorithm</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Algorithm</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Algorithm</em>' attribute. * @see #setAlgorithm(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_Algorithm() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='algorithm' namespace='##targetNamespace'" * @generated */ String getAlgorithm(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getAlgorithm <em>Algorithm</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Algorithm</em>' attribute. * @see #getAlgorithm() * @generated */ void setAlgorithm(String value); /** * Returns the value of the '<em><b>Bind Styles To Content</b></em>' attribute. * The default value is <code>"true"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Bind Styles To Content</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Bind Styles To Content</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetBindStylesToContent() * @see #unsetBindStylesToContent() * @see #setBindStylesToContent(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_BindStylesToContent() * @model default="true" unsettable="true" * extendedMetaData="kind='attribute' name='bind-styles-to-content' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getBindStylesToContent(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getBindStylesToContent <em>Bind Styles To Content</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Bind Styles To Content</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetBindStylesToContent() * @see #unsetBindStylesToContent() * @see #getBindStylesToContent() * @generated */ void setBindStylesToContent(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getBindStylesToContent <em>Bind Styles To Content</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetBindStylesToContent() * @see #getBindStylesToContent() * @see #setBindStylesToContent(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetBindStylesToContent(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getBindStylesToContent <em>Bind Styles To Content</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Bind Styles To Content</em>' attribute is set. * @see #unsetBindStylesToContent() * @see #getBindStylesToContent() * @see #setBindStylesToContent(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetBindStylesToContent(); /** * Returns the value of the '<em><b>Case Sensitive</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.Boolean}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Case Sensitive</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Case Sensitive</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetCaseSensitive() * @see #unsetCaseSensitive() * @see #setCaseSensitive(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_CaseSensitive() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='case-sensitive' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getCaseSensitive(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCaseSensitive <em>Case Sensitive</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Case Sensitive</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetCaseSensitive() * @see #unsetCaseSensitive() * @see #getCaseSensitive() * @generated */ void setCaseSensitive(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCaseSensitive <em>Case Sensitive</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetCaseSensitive() * @see #getCaseSensitive() * @see #setCaseSensitive(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetCaseSensitive(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCaseSensitive <em>Case Sensitive</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Case Sensitive</em>' attribute is set. * @see #unsetCaseSensitive() * @see #getCaseSensitive() * @see #setCaseSensitive(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetCaseSensitive(); /** * Returns the value of the '<em><b>Country</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Country</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Country</em>' attribute. * @see #setCountry(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_Country() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.CountryCode" * extendedMetaData="kind='attribute' name='country' namespace='##targetNamespace'" * @generated */ String getCountry(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getCountry <em>Country</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Country</em>' attribute. * @see #getCountry() * @generated */ void setCountry(String value); /** * Returns the value of the '<em><b>Language</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Language</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Language</em>' attribute. * @see #setLanguage(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_Language() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.LanguageCode" * extendedMetaData="kind='attribute' name='language' namespace='##targetNamespace'" * @generated */ String getLanguage(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getLanguage <em>Language</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Language</em>' attribute. * @see #getLanguage() * @generated */ void setLanguage(String value); /** * Returns the value of the '<em><b>Target Range Address</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Target Range Address</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Target Range Address</em>' attribute. * @see #setTargetRangeAddress(String) * @see org.oasisopen.names.tc.opendocument.xmlns.table.TablePackage#getSortType_TargetRangeAddress() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.CellRangeAddress" * extendedMetaData="kind='attribute' name='target-range-address' namespace='##targetNamespace'" * @generated */ String getTargetRangeAddress(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.table.SortType#getTargetRangeAddress <em>Target Range Address</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Target Range Address</em>' attribute. * @see #getTargetRangeAddress() * @generated */ void setTargetRangeAddress(String value); } // SortType