/******************************************************************************* * 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.drawing; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Layer Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getTitle <em>Title</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDesc <em>Desc</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDisplay <em>Display</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getProtected <em>Protected</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType() * @model extendedMetaData="name='layer_._type' kind='elementOnly'" * @generated */ public interface LayerType extends EObject { /** * Returns the value of the '<em><b>Title</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Title</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Title</em>' attribute. * @see #setTitle(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType_Title() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='title' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getTitle(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getTitle <em>Title</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Title</em>' attribute. * @see #getTitle() * @generated */ void setTitle(String value); /** * Returns the value of the '<em><b>Desc</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Desc</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Desc</em>' attribute. * @see #setDesc(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType_Desc() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='element' name='desc' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getDesc(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDesc <em>Desc</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Desc</em>' attribute. * @see #getDesc() * @generated */ void setDesc(String value); /** * Returns the value of the '<em><b>Display</b></em>' attribute. * The default value is <code>"always"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.drawing.DisplayType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Display</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Display</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DisplayType * @see #isSetDisplay() * @see #unsetDisplay() * @see #setDisplay(DisplayType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType_Display() * @model default="always" unsettable="true" * extendedMetaData="kind='attribute' name='display' namespace='##targetNamespace'" * @generated */ DisplayType getDisplay(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDisplay <em>Display</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Display</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DisplayType * @see #isSetDisplay() * @see #unsetDisplay() * @see #getDisplay() * @generated */ void setDisplay(DisplayType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDisplay <em>Display</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetDisplay() * @see #getDisplay() * @see #setDisplay(DisplayType) * @generated */ void unsetDisplay(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getDisplay <em>Display</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Display</em>' attribute is set. * @see #unsetDisplay() * @see #getDisplay() * @see #setDisplay(DisplayType) * @generated */ boolean isSetDisplay(); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType_Name() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" required="true" * extendedMetaData="kind='attribute' name='name' namespace='##targetNamespace'" * @generated */ String getName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Protected</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>Protected</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Protected</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetProtected() * @see #unsetProtected() * @see #setProtected(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getLayerType_Protected() * @model default="false" unsettable="true" * extendedMetaData="kind='attribute' name='protected' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getProtected(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getProtected <em>Protected</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Protected</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetProtected() * @see #unsetProtected() * @see #getProtected() * @generated */ void setProtected(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getProtected <em>Protected</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetProtected() * @see #getProtected() * @see #setProtected(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetProtected(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.LayerType#getProtected <em>Protected</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Protected</em>' attribute is set. * @see #unsetProtected() * @see #getProtected() * @see #setProtected(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetProtected(); } // LayerType