/******************************************************************************* * 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.text; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Alphabetical Index Mark Start Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey1 <em>Key1</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey1Phonetic <em>Key1 Phonetic</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey2 <em>Key2</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey2Phonetic <em>Key2 Phonetic</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getMainEntry <em>Main Entry</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getStringValuePhonetic <em>String Value Phonetic</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType() * @model extendedMetaData="name='alphabetical-index-mark-start_._type' kind='empty'" * @generated */ public interface AlphabeticalIndexMarkStartType extends EObject { /** * 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.text.TextPackage#getAlphabeticalIndexMarkStartType_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.text.AlphabeticalIndexMarkStartType#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>Key1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Key1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Key1</em>' attribute. * @see #setKey1(String) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_Key1() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='key1' namespace='##targetNamespace'" * @generated */ String getKey1(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey1 <em>Key1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Key1</em>' attribute. * @see #getKey1() * @generated */ void setKey1(String value); /** * Returns the value of the '<em><b>Key1 Phonetic</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Key1 Phonetic</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Key1 Phonetic</em>' attribute. * @see #setKey1Phonetic(String) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_Key1Phonetic() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='key1-phonetic' namespace='##targetNamespace'" * @generated */ String getKey1Phonetic(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey1Phonetic <em>Key1 Phonetic</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Key1 Phonetic</em>' attribute. * @see #getKey1Phonetic() * @generated */ void setKey1Phonetic(String value); /** * Returns the value of the '<em><b>Key2</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Key2</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Key2</em>' attribute. * @see #setKey2(String) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_Key2() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='key2' namespace='##targetNamespace'" * @generated */ String getKey2(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey2 <em>Key2</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Key2</em>' attribute. * @see #getKey2() * @generated */ void setKey2(String value); /** * Returns the value of the '<em><b>Key2 Phonetic</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Key2 Phonetic</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Key2 Phonetic</em>' attribute. * @see #setKey2Phonetic(String) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_Key2Phonetic() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='key2-phonetic' namespace='##targetNamespace'" * @generated */ String getKey2Phonetic(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getKey2Phonetic <em>Key2 Phonetic</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Key2 Phonetic</em>' attribute. * @see #getKey2Phonetic() * @generated */ void setKey2Phonetic(String value); /** * Returns the value of the '<em><b>Main Entry</b></em>' attribute. * The default value is <code>"false"</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>Main Entry</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Main Entry</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetMainEntry() * @see #unsetMainEntry() * @see #setMainEntry(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_MainEntry() * @model default="false" unsettable="true" * extendedMetaData="kind='attribute' name='main-entry' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getMainEntry(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getMainEntry <em>Main Entry</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Main Entry</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetMainEntry() * @see #unsetMainEntry() * @see #getMainEntry() * @generated */ void setMainEntry(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getMainEntry <em>Main Entry</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetMainEntry() * @see #getMainEntry() * @see #setMainEntry(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetMainEntry(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getMainEntry <em>Main Entry</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Main Entry</em>' attribute is set. * @see #unsetMainEntry() * @see #getMainEntry() * @see #setMainEntry(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetMainEntry(); /** * Returns the value of the '<em><b>String Value Phonetic</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>String Value Phonetic</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>String Value Phonetic</em>' attribute. * @see #setStringValuePhonetic(String) * @see org.oasisopen.names.tc.opendocument.xmlns.text.TextPackage#getAlphabeticalIndexMarkStartType_StringValuePhonetic() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='string-value-phonetic' namespace='##targetNamespace'" * @generated */ String getStringValuePhonetic(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.text.AlphabeticalIndexMarkStartType#getStringValuePhonetic <em>String Value Phonetic</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>String Value Phonetic</em>' attribute. * @see #getStringValuePhonetic() * @generated */ void setStringValuePhonetic(String value); } // AlphabeticalIndexMarkStartType