/******************************************************************************* * 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 java.math.BigInteger; import java.util.List; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.ecore.util.FeatureMap; import org.oasisopen.names.tc.opendocument.xmlns.office.EventListenersType; import org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType; import org.oasisopen.names.tc.opendocument.xmlns.text.ListType; import org.oasisopen.names.tc.opendocument.xmlns.text.PType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Path Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTitle <em>Title</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getDesc <em>Desc</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEventListeners <em>Event Listeners</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getGluePoint <em>Glue Point</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getGroup <em>Group</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getP <em>P</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getList <em>List</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorPageNumber <em>Anchor Page Number</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorType <em>Anchor Type</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getCaptionId <em>Caption Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getClassNames <em>Class Names</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getClassNames1 <em>Class Names1</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getD <em>D</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndCellAddress <em>End Cell Address</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndX <em>End X</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndY <em>End Y</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getHeight <em>Height</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getLayer <em>Layer</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getStyleName <em>Style Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getStyleName1 <em>Style Name1</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTableBackground <em>Table Background</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTextStyleName <em>Text Style Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTransform <em>Transform</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getViewBox <em>View Box</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getWidth <em>Width</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getX <em>X</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getY <em>Y</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getZIndex <em>ZIndex</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType() * @model extendedMetaData="name='path_._type' kind='elementOnly'" * @generated */ public interface PathType 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#getPathType_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.PathType#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#getPathType_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.PathType#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>Event Listeners</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Event Listeners</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>Event Listeners</em>' containment reference. * @see #setEventListeners(EventListenersType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_EventListeners() * @model containment="true" * extendedMetaData="kind='element' name='event-listeners' namespace='urn:oasis:names:tc:opendocument:xmlns:office:1.0'" * @generated */ EventListenersType getEventListeners(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEventListeners <em>Event Listeners</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Event Listeners</em>' containment reference. * @see #getEventListeners() * @generated */ void setEventListeners(EventListenersType value); /** * Returns the value of the '<em><b>Glue Point</b></em>' containment reference list. * The list contents are of type {@link org.oasisopen.names.tc.opendocument.xmlns.drawing.GluePointType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Glue Point</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>Glue Point</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_GluePoint() * @model containment="true" * extendedMetaData="kind='element' name='glue-point' namespace='##targetNamespace'" * @generated */ EList<GluePointType> getGluePoint(); /** * Returns the value of the '<em><b>Group</b></em>' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Group</em>' attribute list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Group</em>' attribute list. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Group() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='group:4'" * @generated */ FeatureMap getGroup(); /** * Returns the value of the '<em><b>P</b></em>' containment reference list. * The list contents are of type {@link org.oasisopen.names.tc.opendocument.xmlns.text.PType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>P</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>P</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_P() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='p' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0' group='#group:4'" * @generated */ EList<PType> getP(); /** * Returns the value of the '<em><b>List</b></em>' containment reference list. * The list contents are of type {@link org.oasisopen.names.tc.opendocument.xmlns.text.ListType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>List</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>List</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_List() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='list' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0' group='#group:4'" * @generated */ EList<ListType> getList(); /** * Returns the value of the '<em><b>Anchor Page Number</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Anchor Page Number</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Anchor Page Number</em>' attribute. * @see #setAnchorPageNumber(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_AnchorPageNumber() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.PositiveInteger" * extendedMetaData="kind='attribute' name='anchor-page-number' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0'" * @generated */ BigInteger getAnchorPageNumber(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorPageNumber <em>Anchor Page Number</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Anchor Page Number</em>' attribute. * @see #getAnchorPageNumber() * @generated */ void setAnchorPageNumber(BigInteger value); /** * Returns the value of the '<em><b>Anchor Type</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Anchor 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>Anchor Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType * @see #isSetAnchorType() * @see #unsetAnchorType() * @see #setAnchorType(AnchorTypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_AnchorType() * @model unsettable="true" * extendedMetaData="kind='attribute' name='anchor-type' namespace='urn:oasis:names:tc:opendocument:xmlns:text:1.0'" * @generated */ AnchorTypeType getAnchorType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorType <em>Anchor Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Anchor Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.AnchorTypeType * @see #isSetAnchorType() * @see #unsetAnchorType() * @see #getAnchorType() * @generated */ void setAnchorType(AnchorTypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorType <em>Anchor Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetAnchorType() * @see #getAnchorType() * @see #setAnchorType(AnchorTypeType) * @generated */ void unsetAnchorType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getAnchorType <em>Anchor Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Anchor Type</em>' attribute is set. * @see #unsetAnchorType() * @see #getAnchorType() * @see #setAnchorType(AnchorTypeType) * @generated */ boolean isSetAnchorType(); /** * Returns the value of the '<em><b>Caption Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Caption 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>Caption Id</em>' attribute. * @see #setCaptionId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_CaptionId() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.IDREF" * extendedMetaData="kind='attribute' name='caption-id' namespace='##targetNamespace'" * @generated */ String getCaptionId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getCaptionId <em>Caption Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Caption Id</em>' attribute. * @see #getCaptionId() * @generated */ void setCaptionId(String value); /** * Returns the value of the '<em><b>Class Names</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Names</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Names</em>' attribute. * @see #setClassNames(List) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_ClassNames() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.StyleNameRefs" many="false" * extendedMetaData="kind='attribute' name='class-names' namespace='##targetNamespace'" * @generated */ List<String> getClassNames(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getClassNames <em>Class Names</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Names</em>' attribute. * @see #getClassNames() * @generated */ void setClassNames(List<String> value); /** * Returns the value of the '<em><b>Class Names1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class Names1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Class Names1</em>' attribute. * @see #setClassNames1(List) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_ClassNames1() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.StyleNameRefs" many="false" * extendedMetaData="kind='attribute' name='class-names' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ List<String> getClassNames1(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getClassNames1 <em>Class Names1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Names1</em>' attribute. * @see #getClassNames1() * @generated */ void setClassNames1(List<String> value); /** * Returns the value of the '<em><b>D</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>D</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>D</em>' attribute. * @see #setD(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_D() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.PathData" required="true" * extendedMetaData="kind='attribute' name='d' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getD(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getD <em>D</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>D</em>' attribute. * @see #getD() * @generated */ void setD(String value); /** * Returns the value of the '<em><b>End Cell Address</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End Cell 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>End Cell Address</em>' attribute. * @see #setEndCellAddress(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_EndCellAddress() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.CellAddress" * extendedMetaData="kind='attribute' name='end-cell-address' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndCellAddress(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndCellAddress <em>End Cell Address</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End Cell Address</em>' attribute. * @see #getEndCellAddress() * @generated */ void setEndCellAddress(String value); /** * Returns the value of the '<em><b>End X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>End X</em>' attribute. * @see #setEndX(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_EndX() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" * extendedMetaData="kind='attribute' name='end-x' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndX(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndX <em>End X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End X</em>' attribute. * @see #getEndX() * @generated */ void setEndX(String value); /** * Returns the value of the '<em><b>End Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>End Y</em>' attribute. * @see #setEndY(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_EndY() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" * extendedMetaData="kind='attribute' name='end-y' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ String getEndY(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getEndY <em>End Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End Y</em>' attribute. * @see #getEndY() * @generated */ void setEndY(String value); /** * Returns the value of the '<em><b>Height</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Height</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Height</em>' attribute. * @see #setHeight(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Height() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Length" required="true" * extendedMetaData="kind='attribute' name='height' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getHeight(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getHeight <em>Height</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Height</em>' attribute. * @see #getHeight() * @generated */ void setHeight(String value); /** * 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.drawing.DrawingPackage#getPathType_Id() * @model id="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.ID" required="true" * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#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>Layer</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Layer</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Layer</em>' attribute. * @see #setLayer(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Layer() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='layer' namespace='##targetNamespace'" * @generated */ String getLayer(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getLayer <em>Layer</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Layer</em>' attribute. * @see #getLayer() * @generated */ void setLayer(String value); /** * 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#getPathType_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.PathType#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>Style Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style 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>Style Name</em>' attribute. * @see #setStyleName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_StyleName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.drawing.StyleNameType" * extendedMetaData="kind='attribute' name='style-name' namespace='##targetNamespace'" * @generated */ String getStyleName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getStyleName <em>Style Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style Name</em>' attribute. * @see #getStyleName() * @generated */ void setStyleName(String value); /** * Returns the value of the '<em><b>Style Name1</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style Name1</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Style Name1</em>' attribute. * @see #setStyleName1(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_StyleName1() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.presentation.StyleNameType" * extendedMetaData="kind='attribute' name='style-name' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getStyleName1(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getStyleName1 <em>Style Name1</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style Name1</em>' attribute. * @see #getStyleName1() * @generated */ void setStyleName1(String value); /** * Returns the value of the '<em><b>Table Background</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>Table Background</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 Background</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTableBackground() * @see #unsetTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_TableBackground() * @model unsettable="true" * extendedMetaData="kind='attribute' name='table-background' namespace='urn:oasis:names:tc:opendocument:xmlns:table:1.0'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getTableBackground(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTableBackground <em>Table Background</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Table Background</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetTableBackground() * @see #unsetTableBackground() * @see #getTableBackground() * @generated */ void setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTableBackground <em>Table Background</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetTableBackground() * @see #getTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetTableBackground(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTableBackground <em>Table Background</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Table Background</em>' attribute is set. * @see #unsetTableBackground() * @see #getTableBackground() * @see #setTableBackground(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetTableBackground(); /** * Returns the value of the '<em><b>Text Style Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Text Style 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>Text Style Name</em>' attribute. * @see #setTextStyleName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_TextStyleName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.drawing.TextStyleNameType" * extendedMetaData="kind='attribute' name='text-style-name' namespace='##targetNamespace'" * @generated */ String getTextStyleName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTextStyleName <em>Text Style Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Text Style Name</em>' attribute. * @see #getTextStyleName() * @generated */ void setTextStyleName(String value); /** * Returns the value of the '<em><b>Transform</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Transform</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Transform</em>' attribute. * @see #setTransform(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Transform() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='transform' namespace='##targetNamespace'" * @generated */ String getTransform(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getTransform <em>Transform</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Transform</em>' attribute. * @see #getTransform() * @generated */ void setTransform(String value); /** * Returns the value of the '<em><b>View Box</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>View Box</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>View Box</em>' attribute. * @see #setViewBox(List) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_ViewBox() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.svg.ViewBoxType" required="true" many="false" * extendedMetaData="kind='attribute' name='viewBox' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ List getViewBox(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getViewBox <em>View Box</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>View Box</em>' attribute. * @see #getViewBox() * @generated */ void setViewBox(List value); /** * Returns the value of the '<em><b>Width</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Width</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Width</em>' attribute. * @see #setWidth(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Width() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Length" required="true" * extendedMetaData="kind='attribute' name='width' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getWidth(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getWidth <em>Width</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Width</em>' attribute. * @see #getWidth() * @generated */ void setWidth(String value); /** * Returns the value of the '<em><b>X</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>X</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>X</em>' attribute. * @see #setX(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_X() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" required="true" * extendedMetaData="kind='attribute' name='x' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getX(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getX <em>X</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>X</em>' attribute. * @see #getX() * @generated */ void setX(String value); /** * Returns the value of the '<em><b>Y</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Y</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Y</em>' attribute. * @see #setY(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_Y() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Coordinate" required="true" * extendedMetaData="kind='attribute' name='y' namespace='urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0'" * @generated */ String getY(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getY <em>Y</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Y</em>' attribute. * @see #getY() * @generated */ void setY(String value); /** * Returns the value of the '<em><b>ZIndex</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>ZIndex</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>ZIndex</em>' attribute. * @see #setZIndex(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getPathType_ZIndex() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.NonNegativeInteger" * extendedMetaData="kind='attribute' name='z-index' namespace='##targetNamespace'" * @generated */ BigInteger getZIndex(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.PathType#getZIndex <em>ZIndex</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>ZIndex</em>' attribute. * @see #getZIndex() * @generated */ void setZIndex(BigInteger value); } // PathType