/** * Copyright (C) 2009-2013 BIMserver.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ package org.bimserver.models.ifc2x3tc1; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Ifc Colour Rgb</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRed <em>Red</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRedAsString <em>Red As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreen <em>Green</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreenAsString <em>Green As String</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlue <em>Blue</em>}</li> * <li>{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlueAsString <em>Blue As String</em>}</li> * </ul> * </p> * * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb() * @model * @generated */ public interface IfcColourRgb extends IfcColourSpecification, IfcColourOrFactor { /** * Returns the value of the '<em><b>Red</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Red</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Red</em>' attribute. * @see #setRed(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_Red() * @model * @generated */ double getRed(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRed <em>Red</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Red</em>' attribute. * @see #getRed() * @generated */ void setRed(double value); /** * Returns the value of the '<em><b>Red As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Red As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Red As String</em>' attribute. * @see #setRedAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_RedAsString() * @model * @generated */ String getRedAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getRedAsString <em>Red As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Red As String</em>' attribute. * @see #getRedAsString() * @generated */ void setRedAsString(String value); /** * Returns the value of the '<em><b>Green</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Green</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Green</em>' attribute. * @see #setGreen(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_Green() * @model * @generated */ double getGreen(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreen <em>Green</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Green</em>' attribute. * @see #getGreen() * @generated */ void setGreen(double value); /** * Returns the value of the '<em><b>Green As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Green As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Green As String</em>' attribute. * @see #setGreenAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_GreenAsString() * @model * @generated */ String getGreenAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getGreenAsString <em>Green As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Green As String</em>' attribute. * @see #getGreenAsString() * @generated */ void setGreenAsString(String value); /** * Returns the value of the '<em><b>Blue</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Blue</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Blue</em>' attribute. * @see #setBlue(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_Blue() * @model * @generated */ double getBlue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlue <em>Blue</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Blue</em>' attribute. * @see #getBlue() * @generated */ void setBlue(double value); /** * Returns the value of the '<em><b>Blue As String</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Blue As String</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Blue As String</em>' attribute. * @see #setBlueAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcColourRgb_BlueAsString() * @model * @generated */ String getBlueAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcColourRgb#getBlueAsString <em>Blue As String</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Blue As String</em>' attribute. * @see #getBlueAsString() * @generated */ void setBlueAsString(String value); } // IfcColourRgb