/******************************************************************************* * 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; import org.w3.xlink.ActuateType; import org.w3.xlink.ShowType1; import org.w3.xlink.TypeType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Object Ole Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getBinaryData <em>Binary Data</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getActuate <em>Actuate</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getClassId <em>Class Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getHref <em>Href</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getShow <em>Show</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getType <em>Type</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType() * @model extendedMetaData="name='object-ole_._type' kind='elementOnly'" * @generated */ public interface ObjectOleType extends EObject { /** * Returns the value of the '<em><b>Binary Data</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Binary Data</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Binary Data</em>' attribute. * @see #setBinaryData(byte[]) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_BinaryData() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Base64Binary" * extendedMetaData="kind='element' name='binary-data' namespace='urn:oasis:names:tc:opendocument:xmlns:office:1.0'" * @generated */ byte[] getBinaryData(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getBinaryData <em>Binary Data</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Binary Data</em>' attribute. * @see #getBinaryData() * @generated */ void setBinaryData(byte[] value); /** * Returns the value of the '<em><b>Actuate</b></em>' attribute. * The literals are from the enumeration {@link org.w3.xlink.ActuateType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Actuate</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Actuate</em>' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #setActuate(ActuateType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_Actuate() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='actuate' namespace='http://www.w3.org/1999/xlink'" * @generated */ ActuateType getActuate(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getActuate <em>Actuate</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Actuate</em>' attribute. * @see org.w3.xlink.ActuateType * @see #isSetActuate() * @see #unsetActuate() * @see #getActuate() * @generated */ void setActuate(ActuateType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getActuate <em>Actuate</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ void unsetActuate(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getActuate <em>Actuate</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Actuate</em>' attribute is set. * @see #unsetActuate() * @see #getActuate() * @see #setActuate(ActuateType) * @generated */ boolean isSetActuate(); /** * Returns the value of the '<em><b>Class Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Class 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>Class Id</em>' attribute. * @see #setClassId(Object) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_ClassId() * @model dataType="org.eclipse.emf.ecore.xml.type.AnySimpleType" * extendedMetaData="kind='attribute' name='class-id' namespace='##targetNamespace'" * @generated */ Object getClassId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getClassId <em>Class Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Class Id</em>' attribute. * @see #getClassId() * @generated */ void setClassId(Object value); /** * Returns the value of the '<em><b>Href</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Href</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Href</em>' attribute. * @see #setHref(String) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_Href() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.AnyURI" * extendedMetaData="kind='attribute' name='href' namespace='http://www.w3.org/1999/xlink'" * @generated */ String getHref(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getHref <em>Href</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Href</em>' attribute. * @see #getHref() * @generated */ void setHref(String value); /** * Returns the value of the '<em><b>Show</b></em>' attribute. * The literals are from the enumeration {@link org.w3.xlink.ShowType1}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Show</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Show</em>' attribute. * @see org.w3.xlink.ShowType1 * @see #isSetShow() * @see #unsetShow() * @see #setShow(ShowType1) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_Show() * @model unsettable="true" required="true" * extendedMetaData="kind='attribute' name='show' namespace='http://www.w3.org/1999/xlink'" * @generated */ ShowType1 getShow(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getShow <em>Show</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Show</em>' attribute. * @see org.w3.xlink.ShowType1 * @see #isSetShow() * @see #unsetShow() * @see #getShow() * @generated */ void setShow(ShowType1 value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getShow <em>Show</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetShow() * @see #getShow() * @see #setShow(ShowType1) * @generated */ void unsetShow(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getShow <em>Show</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Show</em>' attribute is set. * @see #unsetShow() * @see #getShow() * @see #setShow(ShowType1) * @generated */ boolean isSetShow(); /** * Returns the value of the '<em><b>Type</b></em>' attribute. * The default value is <code>"simple"</code>. * The literals are from the enumeration {@link org.w3.xlink.TypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>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>Type</em>' attribute. * @see org.w3.xlink.TypeType * @see #isSetType() * @see #unsetType() * @see #setType(TypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.drawing.DrawingPackage#getObjectOleType_Type() * @model default="simple" unsettable="true" * extendedMetaData="kind='attribute' name='type' namespace='http://www.w3.org/1999/xlink'" * @generated */ TypeType getType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Type</em>' attribute. * @see org.w3.xlink.TypeType * @see #isSetType() * @see #unsetType() * @see #getType() * @generated */ void setType(TypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getType <em>Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetType() * @see #getType() * @see #setType(TypeType) * @generated */ void unsetType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.drawing.ObjectOleType#getType <em>Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Type</em>' attribute is set. * @see #unsetType() * @see #getType() * @see #setType(TypeType) * @generated */ boolean isSetType(); } // ObjectOleType