/******************************************************************************* * 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.animation; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; import org.oasisopen.names.tc.opendocument.xmlns.presentation.NodeTypeType; import org.oasisopen.names.tc.opendocument.xmlns.presentation.PresetClassType; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Command Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getParam <em>Param</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getBegin <em>Begin</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getCommand <em>Command</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getEnd <em>End</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getGroupId <em>Group Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getId <em>Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getMasterElement <em>Master Element</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getNodeType <em>Node Type</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetClass <em>Preset Class</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetId <em>Preset Id</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetSubType <em>Preset Sub Type</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getSubItem <em>Sub Item</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getTargetElement <em>Target Element</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType() * @model extendedMetaData="name='command_._type' kind='elementOnly'" * @generated */ public interface CommandType extends EObject { /** * Returns the value of the '<em><b>Param</b></em>' containment reference list. * The list contents are of type {@link org.oasisopen.names.tc.opendocument.xmlns.animation.ParamType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Param</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>Param</em>' containment reference list. * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_Param() * @model containment="true" * extendedMetaData="kind='element' name='param' namespace='##targetNamespace'" * @generated */ EList<ParamType> getParam(); /** * Returns the value of the '<em><b>Begin</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Begin</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Begin</em>' attribute. * @see #setBegin(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_Begin() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='begin' namespace='urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0'" * @generated */ String getBegin(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getBegin <em>Begin</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Begin</em>' attribute. * @see #getBegin() * @generated */ void setBegin(String value); /** * Returns the value of the '<em><b>Command</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Command</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Command</em>' attribute. * @see #setCommand(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_Command() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" required="true" * extendedMetaData="kind='attribute' name='command' namespace='##targetNamespace'" * @generated */ String getCommand(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getCommand <em>Command</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Command</em>' attribute. * @see #getCommand() * @generated */ void setCommand(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.animation.AnimationPackage#getCommandType_End() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='end' namespace='urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0'" * @generated */ String getEnd(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#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>Group Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Group 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>Group Id</em>' attribute. * @see #setGroupId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_GroupId() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='group-id' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getGroupId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getGroupId <em>Group Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Group Id</em>' attribute. * @see #getGroupId() * @generated */ void setGroupId(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.animation.AnimationPackage#getCommandType_Id() * @model id="true" dataType="org.oasisopen.names.tc.opendocument.xmlns.text.ID" * extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'" * @generated */ String getId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#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>Master Element</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Master Element</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Master Element</em>' attribute. * @see #setMasterElement(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_MasterElement() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.IDREF" * extendedMetaData="kind='attribute' name='master-element' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getMasterElement(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getMasterElement <em>Master Element</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Master Element</em>' attribute. * @see #getMasterElement() * @generated */ void setMasterElement(String value); /** * Returns the value of the '<em><b>Node Type</b></em>' attribute. * The default value is <code>"default"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.presentation.NodeTypeType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Node 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>Node Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.presentation.NodeTypeType * @see #isSetNodeType() * @see #unsetNodeType() * @see #setNodeType(NodeTypeType) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_NodeType() * @model default="default" unsettable="true" * extendedMetaData="kind='attribute' name='node-type' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ NodeTypeType getNodeType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getNodeType <em>Node Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Node Type</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.presentation.NodeTypeType * @see #isSetNodeType() * @see #unsetNodeType() * @see #getNodeType() * @generated */ void setNodeType(NodeTypeType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getNodeType <em>Node Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetNodeType() * @see #getNodeType() * @see #setNodeType(NodeTypeType) * @generated */ void unsetNodeType(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getNodeType <em>Node Type</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Node Type</em>' attribute is set. * @see #unsetNodeType() * @see #getNodeType() * @see #setNodeType(NodeTypeType) * @generated */ boolean isSetNodeType(); /** * Returns the value of the '<em><b>Preset Class</b></em>' attribute. * The default value is <code>"custom"</code>. * The literals are from the enumeration {@link org.oasisopen.names.tc.opendocument.xmlns.presentation.PresetClassType}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Preset Class</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Preset Class</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.presentation.PresetClassType * @see #isSetPresetClass() * @see #unsetPresetClass() * @see #setPresetClass(PresetClassType) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_PresetClass() * @model default="custom" unsettable="true" * extendedMetaData="kind='attribute' name='preset-class' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ PresetClassType getPresetClass(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetClass <em>Preset Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Preset Class</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.presentation.PresetClassType * @see #isSetPresetClass() * @see #unsetPresetClass() * @see #getPresetClass() * @generated */ void setPresetClass(PresetClassType value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetClass <em>Preset Class</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetPresetClass() * @see #getPresetClass() * @see #setPresetClass(PresetClassType) * @generated */ void unsetPresetClass(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetClass <em>Preset Class</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Preset Class</em>' attribute is set. * @see #unsetPresetClass() * @see #getPresetClass() * @see #setPresetClass(PresetClassType) * @generated */ boolean isSetPresetClass(); /** * Returns the value of the '<em><b>Preset Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Preset 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>Preset Id</em>' attribute. * @see #setPresetId(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_PresetId() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='preset-id' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getPresetId(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetId <em>Preset Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Preset Id</em>' attribute. * @see #getPresetId() * @generated */ void setPresetId(String value); /** * Returns the value of the '<em><b>Preset Sub Type</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Preset Sub 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>Preset Sub Type</em>' attribute. * @see #setPresetSubType(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_PresetSubType() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='preset-sub-type' namespace='urn:oasis:names:tc:opendocument:xmlns:presentation:1.0'" * @generated */ String getPresetSubType(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getPresetSubType <em>Preset Sub Type</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Preset Sub Type</em>' attribute. * @see #getPresetSubType() * @generated */ void setPresetSubType(String value); /** * Returns the value of the '<em><b>Sub Item</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Sub Item</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Sub Item</em>' attribute. * @see #setSubItem(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_SubItem() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.String" * extendedMetaData="kind='attribute' name='sub-item' namespace='##targetNamespace'" * @generated */ String getSubItem(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getSubItem <em>Sub Item</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Sub Item</em>' attribute. * @see #getSubItem() * @generated */ void setSubItem(String value); /** * Returns the value of the '<em><b>Target Element</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Target Element</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Target Element</em>' attribute. * @see #setTargetElement(String) * @see org.oasisopen.names.tc.opendocument.xmlns.animation.AnimationPackage#getCommandType_TargetElement() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.IDREF" * extendedMetaData="kind='attribute' name='targetElement' namespace='urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0'" * @generated */ String getTargetElement(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.animation.CommandType#getTargetElement <em>Target Element</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Target Element</em>' attribute. * @see #getTargetElement() * @generated */ void setTargetElement(String value); } // CommandType