/******************************************************************************* * 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 org.eclipse.emf.ecore.EObject; import org.oasisopen.names.tc.opendocument.xmlns.text.GradientStyle; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Opacity Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getAngle <em>Angle</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getBorder <em>Border</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getCx <em>Cx</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getCy <em>Cy</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getDisplayName <em>Display Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getEnd <em>End</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getName <em>Name</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStart <em>Start</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStyle <em>Style</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType() * @model extendedMetaData="name='opacity_._type' kind='empty'" * @generated */ public interface OpacityType extends EObject { /** * Returns the value of the '<em><b>Angle</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Angle</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Angle</em>' attribute. * @see #setAngle(BigInteger) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Angle() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Integer" * extendedMetaData="kind='attribute' name='angle' namespace='##targetNamespace'" * @generated */ BigInteger getAngle(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getAngle <em>Angle</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Angle</em>' attribute. * @see #getAngle() * @generated */ void setAngle(BigInteger value); /** * Returns the value of the '<em><b>Border</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Border</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Border</em>' attribute. * @see #setBorder(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Border() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Percent" * extendedMetaData="kind='attribute' name='border' namespace='##targetNamespace'" * @generated */ String getBorder(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getBorder <em>Border</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Border</em>' attribute. * @see #getBorder() * @generated */ void setBorder(String value); /** * Returns the value of the '<em><b>Cx</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cx</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cx</em>' attribute. * @see #setCx(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Cx() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Percent" * extendedMetaData="kind='attribute' name='cx' namespace='##targetNamespace'" * @generated */ String getCx(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getCx <em>Cx</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cx</em>' attribute. * @see #getCx() * @generated */ void setCx(String value); /** * Returns the value of the '<em><b>Cy</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Cy</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Cy</em>' attribute. * @see #setCy(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Cy() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Percent" * extendedMetaData="kind='attribute' name='cy' namespace='##targetNamespace'" * @generated */ String getCy(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getCy <em>Cy</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Cy</em>' attribute. * @see #getCy() * @generated */ void setCy(String value); /** * Returns the value of the '<em><b>Display Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Display 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>Display Name</em>' attribute. * @see #setDisplayName(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_DisplayName() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='display-name' namespace='##targetNamespace'" * @generated */ String getDisplayName(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getDisplayName <em>Display Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Display Name</em>' attribute. * @see #getDisplayName() * @generated */ void setDisplayName(String value); /** * Returns the value of the '<em><b>End</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>End</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</em>' attribute. * @see #setEnd(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_End() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Percent" * extendedMetaData="kind='attribute' name='end' namespace='##targetNamespace'" * @generated */ String getEnd(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getEnd <em>End</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>End</em>' attribute. * @see #getEnd() * @generated */ void setEnd(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#getOpacityType_Name() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.StyleName" 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.OpacityType#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>Start</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Start</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Start</em>' attribute. * @see #setStart(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Start() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Percent" * extendedMetaData="kind='attribute' name='start' namespace='##targetNamespace'" * @generated */ String getStart(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStart <em>Start</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Start</em>' attribute. * @see #getStart() * @generated */ void setStart(String value); /** * Returns the value of the '<em><b>Style</b></em>' attribute. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.text.GradientStyle}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Style</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</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.GradientStyle * @see #isSetStyle() * @see #unsetStyle() * @see #setStyle(GradientStyle) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getOpacityType_Style() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='style' namespace='##targetNamespace'" * @generated */ GradientStyle getStyle(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStyle <em>Style</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Style</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.GradientStyle * @see #isSetStyle() * @see #unsetStyle() * @see #getStyle() * @generated */ void setStyle(GradientStyle value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStyle <em>Style</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetStyle() * @see #getStyle() * @see #setStyle(GradientStyle) * @generated */ void unsetStyle(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.OpacityType#getStyle <em>Style</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Style</em>' attribute is set. * @see #unsetStyle() * @see #getStyle() * @see #setStyle(GradientStyle) * @generated */ boolean isSetStyle(); } // OpacityType