/******************************************************************************* * 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.dr3d; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Light Type</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getDiffuseColor <em>Diffuse Color</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getDirection <em>Direction</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getEnabled <em>Enabled</em>}</li> * <li>{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getSpecular <em>Specular</em>}</li> * </ul> * </p> * * @see org.oasisopen.names.tc.opendocument.xmlns.dr3d.Dr3dPackage#getLightType() * @model extendedMetaData="name='light_._type' kind='empty'" * @generated */ public interface LightType extends EObject { /** * Returns the value of the '<em><b>Diffuse Color</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Diffuse Color</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Diffuse Color</em>' attribute. * @see #setDiffuseColor(String) * @see org.oasisopen.names.tc.opendocument.xmlns.dr3d.Dr3dPackage#getLightType_DiffuseColor() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Color" * extendedMetaData="kind='attribute' name='diffuse-color' namespace='##targetNamespace'" * @generated */ String getDiffuseColor(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getDiffuseColor <em>Diffuse Color</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Diffuse Color</em>' attribute. * @see #getDiffuseColor() * @generated */ void setDiffuseColor(String value); /** * Returns the value of the '<em><b>Direction</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Direction</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Direction</em>' attribute. * @see #setDirection(String) * @see org.oasisopen.names.tc.opendocument.xmlns.dr3d.Dr3dPackage#getLightType_Direction() * @model dataType="org.oasisopen.names.tc.opendocument.xmlns.text.Vector3D" required="true" * extendedMetaData="kind='attribute' name='direction' namespace='##targetNamespace'" * @generated */ String getDirection(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getDirection <em>Direction</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Direction</em>' attribute. * @see #getDirection() * @generated */ void setDirection(String value); /** * Returns the value of the '<em><b>Enabled</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>Enabled</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Enabled</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetEnabled() * @see #unsetEnabled() * @see #setEnabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.dr3d.Dr3dPackage#getLightType_Enabled() * @model unsettable="true" * extendedMetaData="kind='attribute' name='enabled' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getEnabled(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getEnabled <em>Enabled</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Enabled</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetEnabled() * @see #unsetEnabled() * @see #getEnabled() * @generated */ void setEnabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getEnabled <em>Enabled</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetEnabled() * @see #getEnabled() * @see #setEnabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetEnabled(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getEnabled <em>Enabled</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Enabled</em>' attribute is set. * @see #unsetEnabled() * @see #getEnabled() * @see #setEnabled(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetEnabled(); /** * Returns the value of the '<em><b>Specular</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>Specular</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Specular</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetSpecular() * @see #unsetSpecular() * @see #setSpecular(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @see org.oasisopen.names.tc.opendocument.xmlns.dr3d.Dr3dPackage#getLightType_Specular() * @model unsettable="true" * extendedMetaData="kind='attribute' name='specular' namespace='##targetNamespace'" * @generated */ org.oasisopen.names.tc.opendocument.xmlns.text.Boolean getSpecular(); /** * Sets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getSpecular <em>Specular</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Specular</em>' attribute. * @see org.oasisopen.names.tc.opendocument.xmlns.text.Boolean * @see #isSetSpecular() * @see #unsetSpecular() * @see #getSpecular() * @generated */ void setSpecular(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean value); /** * Unsets the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getSpecular <em>Specular</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @see #isSetSpecular() * @see #getSpecular() * @see #setSpecular(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ void unsetSpecular(); /** * Returns whether the value of the '{@link org.oasisopen.names.tc.opendocument.xmlns.dr3d.LightType#getSpecular <em>Specular</em>}' attribute is set. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @return whether the value of the '<em>Specular</em>' attribute is set. * @see #unsetSpecular() * @see #getSpecular() * @see #setSpecular(org.oasisopen.names.tc.opendocument.xmlns.text.Boolean) * @generated */ boolean isSetSpecular(); } // LightType