/******************************************************************************* * 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.util.List; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Contour Path Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getD <em>D</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getHeight <em>Height</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getRecreateOnEdit <em>Recreate On Edit</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getViewBox <em>View Box</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getWidth <em>Width</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getContourPathType() * @model extendedMetaData="name='contour-path_._type' kind='empty'" * @generated */ public interface ContourPathType extends EObject { /** * 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#getContourPathType_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.ContourPathType#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>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#getContourPathType_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.ContourPathType#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>Recreate On Edit</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>Recreate On Edit</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Recreate On Edit</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetRecreateOnEdit() * @see #unsetRecreateOnEdit() * @see #setRecreateOnEdit(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getContourPathType_RecreateOnEdit() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='recreate-on-edit' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getRecreateOnEdit(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getRecreateOnEdit <em>Recreate On Edit</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Recreate On Edit</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetRecreateOnEdit() * @see #unsetRecreateOnEdit() * @see #getRecreateOnEdit() * @generated */ void setRecreateOnEdit(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getRecreateOnEdit <em>Recreate On Edit</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetRecreateOnEdit() * @see #getRecreateOnEdit() * @see #setRecreateOnEdit(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetRecreateOnEdit(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ContourPathType#getRecreateOnEdit <em>Recreate On Edit</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Recreate On Edit</em>' attribute is set. * @see #unsetRecreateOnEdit() * @see #getRecreateOnEdit() * @see #setRecreateOnEdit(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetRecreateOnEdit(); /** * 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#getContourPathType_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.ContourPathType#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#getContourPathType_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.ContourPathType#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); } // ContourPathType