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

org.bimserver.models.ifc4.IfcAppliedValue Maven / Gradle / Ivy

Go to download

Base project for BIMserver plugin development. Some plugins mights also need the Shared library

There is a newer version: 2.0.0
Show newest version
/**
 * 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.ifc4;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Applied Value'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getName Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getAppliedValue Applied Value}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getUnitBasis Unit Basis}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getApplicableDate Applicable Date}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getFixedUntilDate Fixed Until Date}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getCategory Category}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getCondition Condition}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getArithmeticOperator Arithmetic Operator}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getComponents Components}
  • *
  • {@link org.bimserver.models.ifc4.IfcAppliedValue#getHasExternalReference Has External Reference}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue() * @model * @generated */ public interface IfcAppliedValue extends IfcMetricValueSelect, IfcObjectReferenceSelect, IfcResourceObjectSelect { /** * Returns the value of the 'Name' attribute. * *

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

* * @return the value of the 'Name' attribute. * @see #isSetName() * @see #unsetName() * @see #setName(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_Name() * @model unsettable="true" * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #isSetName() * @see #unsetName() * @see #getName() * @generated */ void setName(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getName Name}' attribute. * * * @see #isSetName() * @see #getName() * @see #setName(String) * @generated */ void unsetName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getName Name}' attribute is set. * * * @return whether the value of the 'Name' attribute is set. * @see #unsetName() * @see #getName() * @see #setName(String) * @generated */ boolean isSetName(); /** * Returns the value of the 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #setDescription(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #getDescription() * @generated */ void setDescription(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getDescription Description}' attribute is set. * * * @return whether the value of the 'Description' attribute is set. * @see #unsetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ boolean isSetDescription(); /** * Returns the value of the 'Applied Value' reference. * *

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

* * @return the value of the 'Applied Value' reference. * @see #isSetAppliedValue() * @see #unsetAppliedValue() * @see #setAppliedValue(IfcAppliedValueSelect) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_AppliedValue() * @model unsettable="true" * @generated */ IfcAppliedValueSelect getAppliedValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getAppliedValue Applied Value}' reference. * * * @param value the new value of the 'Applied Value' reference. * @see #isSetAppliedValue() * @see #unsetAppliedValue() * @see #getAppliedValue() * @generated */ void setAppliedValue(IfcAppliedValueSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getAppliedValue Applied Value}' reference. * * * @see #isSetAppliedValue() * @see #getAppliedValue() * @see #setAppliedValue(IfcAppliedValueSelect) * @generated */ void unsetAppliedValue(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getAppliedValue Applied Value}' reference is set. * * * @return whether the value of the 'Applied Value' reference is set. * @see #unsetAppliedValue() * @see #getAppliedValue() * @see #setAppliedValue(IfcAppliedValueSelect) * @generated */ boolean isSetAppliedValue(); /** * Returns the value of the 'Unit Basis' reference. * *

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

* * @return the value of the 'Unit Basis' reference. * @see #isSetUnitBasis() * @see #unsetUnitBasis() * @see #setUnitBasis(IfcMeasureWithUnit) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_UnitBasis() * @model unsettable="true" * @generated */ IfcMeasureWithUnit getUnitBasis(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getUnitBasis Unit Basis}' reference. * * * @param value the new value of the 'Unit Basis' reference. * @see #isSetUnitBasis() * @see #unsetUnitBasis() * @see #getUnitBasis() * @generated */ void setUnitBasis(IfcMeasureWithUnit value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getUnitBasis Unit Basis}' reference. * * * @see #isSetUnitBasis() * @see #getUnitBasis() * @see #setUnitBasis(IfcMeasureWithUnit) * @generated */ void unsetUnitBasis(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getUnitBasis Unit Basis}' reference is set. * * * @return whether the value of the 'Unit Basis' reference is set. * @see #unsetUnitBasis() * @see #getUnitBasis() * @see #setUnitBasis(IfcMeasureWithUnit) * @generated */ boolean isSetUnitBasis(); /** * Returns the value of the 'Applicable Date' attribute. * *

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

* * @return the value of the 'Applicable Date' attribute. * @see #isSetApplicableDate() * @see #unsetApplicableDate() * @see #setApplicableDate(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_ApplicableDate() * @model unsettable="true" * @generated */ String getApplicableDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getApplicableDate Applicable Date}' attribute. * * * @param value the new value of the 'Applicable Date' attribute. * @see #isSetApplicableDate() * @see #unsetApplicableDate() * @see #getApplicableDate() * @generated */ void setApplicableDate(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getApplicableDate Applicable Date}' attribute. * * * @see #isSetApplicableDate() * @see #getApplicableDate() * @see #setApplicableDate(String) * @generated */ void unsetApplicableDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getApplicableDate Applicable Date}' attribute is set. * * * @return whether the value of the 'Applicable Date' attribute is set. * @see #unsetApplicableDate() * @see #getApplicableDate() * @see #setApplicableDate(String) * @generated */ boolean isSetApplicableDate(); /** * Returns the value of the 'Fixed Until Date' attribute. * *

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

* * @return the value of the 'Fixed Until Date' attribute. * @see #isSetFixedUntilDate() * @see #unsetFixedUntilDate() * @see #setFixedUntilDate(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_FixedUntilDate() * @model unsettable="true" * @generated */ String getFixedUntilDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' attribute. * * * @param value the new value of the 'Fixed Until Date' attribute. * @see #isSetFixedUntilDate() * @see #unsetFixedUntilDate() * @see #getFixedUntilDate() * @generated */ void setFixedUntilDate(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' attribute. * * * @see #isSetFixedUntilDate() * @see #getFixedUntilDate() * @see #setFixedUntilDate(String) * @generated */ void unsetFixedUntilDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' attribute is set. * * * @return whether the value of the 'Fixed Until Date' attribute is set. * @see #unsetFixedUntilDate() * @see #getFixedUntilDate() * @see #setFixedUntilDate(String) * @generated */ boolean isSetFixedUntilDate(); /** * Returns the value of the 'Category' attribute. * *

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

* * @return the value of the 'Category' attribute. * @see #isSetCategory() * @see #unsetCategory() * @see #setCategory(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_Category() * @model unsettable="true" * @generated */ String getCategory(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCategory Category}' attribute. * * * @param value the new value of the 'Category' attribute. * @see #isSetCategory() * @see #unsetCategory() * @see #getCategory() * @generated */ void setCategory(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCategory Category}' attribute. * * * @see #isSetCategory() * @see #getCategory() * @see #setCategory(String) * @generated */ void unsetCategory(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCategory Category}' attribute is set. * * * @return whether the value of the 'Category' attribute is set. * @see #unsetCategory() * @see #getCategory() * @see #setCategory(String) * @generated */ boolean isSetCategory(); /** * Returns the value of the 'Condition' attribute. * *

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

* * @return the value of the 'Condition' attribute. * @see #isSetCondition() * @see #unsetCondition() * @see #setCondition(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_Condition() * @model unsettable="true" * @generated */ String getCondition(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCondition Condition}' attribute. * * * @param value the new value of the 'Condition' attribute. * @see #isSetCondition() * @see #unsetCondition() * @see #getCondition() * @generated */ void setCondition(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCondition Condition}' attribute. * * * @see #isSetCondition() * @see #getCondition() * @see #setCondition(String) * @generated */ void unsetCondition(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getCondition Condition}' attribute is set. * * * @return whether the value of the 'Condition' attribute is set. * @see #unsetCondition() * @see #getCondition() * @see #setCondition(String) * @generated */ boolean isSetCondition(); /** * Returns the value of the 'Arithmetic Operator' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcArithmeticOperatorEnum}. * *

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

* * @return the value of the 'Arithmetic Operator' attribute. * @see org.bimserver.models.ifc4.IfcArithmeticOperatorEnum * @see #isSetArithmeticOperator() * @see #unsetArithmeticOperator() * @see #setArithmeticOperator(IfcArithmeticOperatorEnum) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_ArithmeticOperator() * @model unsettable="true" * @generated */ IfcArithmeticOperatorEnum getArithmeticOperator(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getArithmeticOperator Arithmetic Operator}' attribute. * * * @param value the new value of the 'Arithmetic Operator' attribute. * @see org.bimserver.models.ifc4.IfcArithmeticOperatorEnum * @see #isSetArithmeticOperator() * @see #unsetArithmeticOperator() * @see #getArithmeticOperator() * @generated */ void setArithmeticOperator(IfcArithmeticOperatorEnum value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getArithmeticOperator Arithmetic Operator}' attribute. * * * @see #isSetArithmeticOperator() * @see #getArithmeticOperator() * @see #setArithmeticOperator(IfcArithmeticOperatorEnum) * @generated */ void unsetArithmeticOperator(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getArithmeticOperator Arithmetic Operator}' attribute is set. * * * @return whether the value of the 'Arithmetic Operator' attribute is set. * @see #unsetArithmeticOperator() * @see #getArithmeticOperator() * @see #setArithmeticOperator(IfcArithmeticOperatorEnum) * @generated */ boolean isSetArithmeticOperator(); /** * Returns the value of the 'Components' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcAppliedValue}. * *

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

* * @return the value of the 'Components' reference list. * @see #isSetComponents() * @see #unsetComponents() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_Components() * @model unsettable="true" * @generated */ EList getComponents(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getComponents Components}' reference list. * * * @see #isSetComponents() * @see #getComponents() * @generated */ void unsetComponents(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getComponents Components}' reference list is set. * * * @return whether the value of the 'Components' reference list is set. * @see #unsetComponents() * @see #getComponents() * @generated */ boolean isSetComponents(); /** * Returns the value of the 'Has External Reference' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcExternalReferenceRelationship}. * *

* If the meaning of the 'Has External Reference' reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Has External Reference' reference list. * @see #isSetHasExternalReference() * @see #unsetHasExternalReference() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcAppliedValue_HasExternalReference() * @model unsettable="true" * @generated */ EList getHasExternalReference(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getHasExternalReference Has External Reference}' reference list. * * * @see #isSetHasExternalReference() * @see #getHasExternalReference() * @generated */ void unsetHasExternalReference(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcAppliedValue#getHasExternalReference Has External Reference}' reference list is set. * * * @return whether the value of the 'Has External Reference' reference list is set. * @see #unsetHasExternalReference() * @see #getHasExternalReference() * @generated */ boolean isSetHasExternalReference(); } // IfcAppliedValue




© 2015 - 2024 Weber Informatics LLC | Privacy Policy