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

org.bimserver.models.ifc2x3tc1.IfcAppliedValue 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;

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.ifc2x3tc1.IfcAppliedValue#getName Name}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getAppliedValue Applied Value}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getUnitBasis Unit Basis}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getApplicableDate Applicable Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate Fixed Until Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValuesReferenced Values Referenced}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValueOfComponents Value Of Components}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getIsComponentIn Is Component In}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue() * @model * @generated */ public interface IfcAppliedValue extends IfcObjectReferenceSelect { /** * 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_Name() * @model unsettable="true" * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcAppliedValue#getName Name}' attribute. * * * @see #isSetName() * @see #getName() * @see #setName(String) * @generated */ void unsetName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcAppliedValue#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_AppliedValue() * @model unsettable="true" * @generated */ IfcAppliedValueSelect getAppliedValue(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.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.ifc2x3tc1.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.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_UnitBasis() * @model unsettable="true" * @generated */ IfcMeasureWithUnit getUnitBasis(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.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.ifc2x3tc1.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' reference. * *

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

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

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

* * @return the value of the 'Fixed Until Date' reference. * @see #isSetFixedUntilDate() * @see #unsetFixedUntilDate() * @see #setFixedUntilDate(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_FixedUntilDate() * @model unsettable="true" * @generated */ IfcDateTimeSelect getFixedUntilDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' reference. * * * @param value the new value of the 'Fixed Until Date' reference. * @see #isSetFixedUntilDate() * @see #unsetFixedUntilDate() * @see #getFixedUntilDate() * @generated */ void setFixedUntilDate(IfcDateTimeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' reference. * * * @see #isSetFixedUntilDate() * @see #getFixedUntilDate() * @see #setFixedUntilDate(IfcDateTimeSelect) * @generated */ void unsetFixedUntilDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getFixedUntilDate Fixed Until Date}' reference is set. * * * @return whether the value of the 'Fixed Until Date' reference is set. * @see #unsetFixedUntilDate() * @see #getFixedUntilDate() * @see #setFixedUntilDate(IfcDateTimeSelect) * @generated */ boolean isSetFixedUntilDate(); /** * Returns the value of the 'Values Referenced' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencingValues Referencing Values}'. * *

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

* * @return the value of the 'Values Referenced' reference list. * @see #isSetValuesReferenced() * @see #unsetValuesReferenced() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_ValuesReferenced() * @see org.bimserver.models.ifc2x3tc1.IfcReferencesValueDocument#getReferencingValues * @model opposite="ReferencingValues" unsettable="true" * @generated */ EList getValuesReferenced(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValuesReferenced Values Referenced}' reference list. * * * @see #isSetValuesReferenced() * @see #getValuesReferenced() * @generated */ void unsetValuesReferenced(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValuesReferenced Values Referenced}' reference list is set. * * * @return whether the value of the 'Values Referenced' reference list is set. * @see #unsetValuesReferenced() * @see #getValuesReferenced() * @generated */ boolean isSetValuesReferenced(); /** * Returns the value of the 'Value Of Components' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponentOfTotal Component Of Total}'. * *

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

* * @return the value of the 'Value Of Components' reference list. * @see #isSetValueOfComponents() * @see #unsetValueOfComponents() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_ValueOfComponents() * @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponentOfTotal * @model opposite="ComponentOfTotal" unsettable="true" * @generated */ EList getValueOfComponents(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValueOfComponents Value Of Components}' reference list. * * * @see #isSetValueOfComponents() * @see #getValueOfComponents() * @generated */ void unsetValueOfComponents(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getValueOfComponents Value Of Components}' reference list is set. * * * @return whether the value of the 'Value Of Components' reference list is set. * @see #unsetValueOfComponents() * @see #getValueOfComponents() * @generated */ boolean isSetValueOfComponents(); /** * Returns the value of the 'Is Component In' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponents Components}'. * *

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

* * @return the value of the 'Is Component In' reference list. * @see #isSetIsComponentIn() * @see #unsetIsComponentIn() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcAppliedValue_IsComponentIn() * @see org.bimserver.models.ifc2x3tc1.IfcAppliedValueRelationship#getComponents * @model opposite="Components" unsettable="true" * @generated */ EList getIsComponentIn(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getIsComponentIn Is Component In}' reference list. * * * @see #isSetIsComponentIn() * @see #getIsComponentIn() * @generated */ void unsetIsComponentIn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcAppliedValue#getIsComponentIn Is Component In}' reference list is set. * * * @return whether the value of the 'Is Component In' reference list is set. * @see #unsetIsComponentIn() * @see #getIsComponentIn() * @generated */ boolean isSetIsComponentIn(); } // IfcAppliedValue




© 2015 - 2024 Weber Informatics LLC | Privacy Policy