All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext Maven / Gradle / Ivy

/**
 * Copyright (C) 2009-2014 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 .
 */
package org.bimserver.models.ifc2x3tc1;

/**
 * 
 * A representation of the model object 'Ifc Geometric Representation Sub Context'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getParentContext Parent Context}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale Target Scale}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString Target Scale As String}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetView Target View}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView User Defined Target View}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext() * @model * @generated */ public interface IfcGeometricRepresentationSubContext extends IfcGeometricRepresentationContext { /** * Returns the value of the 'Parent Context' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getHasSubContexts Has Sub Contexts}'. * *

* If the meaning of the 'Parent Context' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Parent Context' reference. * @see #setParentContext(IfcGeometricRepresentationContext) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext_ParentContext() * @see org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationContext#getHasSubContexts * @model opposite="HasSubContexts" * @generated */ IfcGeometricRepresentationContext getParentContext(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getParentContext Parent Context}' reference. * * * @param value the new value of the 'Parent Context' reference. * @see #getParentContext() * @generated */ void setParentContext(IfcGeometricRepresentationContext value); /** * Returns the value of the 'Target Scale' attribute. * *

* If the meaning of the 'Target Scale' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Target Scale' attribute. * @see #isSetTargetScale() * @see #unsetTargetScale() * @see #setTargetScale(double) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext_TargetScale() * @model unsettable="true" * @generated */ double getTargetScale(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale Target Scale}' attribute. * * * @param value the new value of the 'Target Scale' attribute. * @see #isSetTargetScale() * @see #unsetTargetScale() * @see #getTargetScale() * @generated */ void setTargetScale(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale Target Scale}' attribute. * * * @see #isSetTargetScale() * @see #getTargetScale() * @see #setTargetScale(double) * @generated */ void unsetTargetScale(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScale Target Scale}' attribute is set. * * * @return whether the value of the 'Target Scale' attribute is set. * @see #unsetTargetScale() * @see #getTargetScale() * @see #setTargetScale(double) * @generated */ boolean isSetTargetScale(); /** * Returns the value of the 'Target Scale As String' attribute. * *

* If the meaning of the 'Target Scale As String' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Target Scale As String' attribute. * @see #isSetTargetScaleAsString() * @see #unsetTargetScaleAsString() * @see #setTargetScaleAsString(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext_TargetScaleAsString() * @model unsettable="true" * @generated */ String getTargetScaleAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString Target Scale As String}' attribute. * * * @param value the new value of the 'Target Scale As String' attribute. * @see #isSetTargetScaleAsString() * @see #unsetTargetScaleAsString() * @see #getTargetScaleAsString() * @generated */ void setTargetScaleAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString Target Scale As String}' attribute. * * * @see #isSetTargetScaleAsString() * @see #getTargetScaleAsString() * @see #setTargetScaleAsString(String) * @generated */ void unsetTargetScaleAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetScaleAsString Target Scale As String}' attribute is set. * * * @return whether the value of the 'Target Scale As String' attribute is set. * @see #unsetTargetScaleAsString() * @see #getTargetScaleAsString() * @see #setTargetScaleAsString(String) * @generated */ boolean isSetTargetScaleAsString(); /** * Returns the value of the 'Target View' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum}. * *

* If the meaning of the 'Target View' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Target View' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum * @see #setTargetView(IfcGeometricProjectionEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext_TargetView() * @model * @generated */ IfcGeometricProjectionEnum getTargetView(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getTargetView Target View}' attribute. * * * @param value the new value of the 'Target View' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcGeometricProjectionEnum * @see #getTargetView() * @generated */ void setTargetView(IfcGeometricProjectionEnum value); /** * Returns the value of the 'User Defined Target View' attribute. * *

* If the meaning of the 'User Defined Target View' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'User Defined Target View' attribute. * @see #isSetUserDefinedTargetView() * @see #unsetUserDefinedTargetView() * @see #setUserDefinedTargetView(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcGeometricRepresentationSubContext_UserDefinedTargetView() * @model unsettable="true" * @generated */ String getUserDefinedTargetView(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView User Defined Target View}' attribute. * * * @param value the new value of the 'User Defined Target View' attribute. * @see #isSetUserDefinedTargetView() * @see #unsetUserDefinedTargetView() * @see #getUserDefinedTargetView() * @generated */ void setUserDefinedTargetView(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView User Defined Target View}' attribute. * * * @see #isSetUserDefinedTargetView() * @see #getUserDefinedTargetView() * @see #setUserDefinedTargetView(String) * @generated */ void unsetUserDefinedTargetView(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcGeometricRepresentationSubContext#getUserDefinedTargetView User Defined Target View}' attribute is set. * * * @return whether the value of the 'User Defined Target View' attribute is set. * @see #unsetUserDefinedTargetView() * @see #getUserDefinedTargetView() * @see #setUserDefinedTargetView(String) * @generated */ boolean isSetUserDefinedTargetView(); } // IfcGeometricRepresentationSubContext




© 2015 - 2024 Weber Informatics LLC | Privacy Policy