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

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

Go to download

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

The 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 Reference'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcReference#getTypeIdentifier Type Identifier}
  • *
  • {@link org.bimserver.models.ifc4.IfcReference#getAttributeIdentifier Attribute Identifier}
  • *
  • {@link org.bimserver.models.ifc4.IfcReference#getInstanceName Instance Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcReference#getListPositions List Positions}
  • *
  • {@link org.bimserver.models.ifc4.IfcReference#getInnerReference Inner Reference}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference() * @model * @generated */ public interface IfcReference extends IfcAppliedValueSelect, IfcMetricValueSelect { /** * Returns the value of the 'Type Identifier' attribute. * *

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

* * @return the value of the 'Type Identifier' attribute. * @see #isSetTypeIdentifier() * @see #unsetTypeIdentifier() * @see #setTypeIdentifier(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference_TypeIdentifier() * @model unsettable="true" * @generated */ String getTypeIdentifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getTypeIdentifier Type Identifier}' attribute. * * * @param value the new value of the 'Type Identifier' attribute. * @see #isSetTypeIdentifier() * @see #unsetTypeIdentifier() * @see #getTypeIdentifier() * @generated */ void setTypeIdentifier(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getTypeIdentifier Type Identifier}' attribute. * * * @see #isSetTypeIdentifier() * @see #getTypeIdentifier() * @see #setTypeIdentifier(String) * @generated */ void unsetTypeIdentifier(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcReference#getTypeIdentifier Type Identifier}' attribute is set. * * * @return whether the value of the 'Type Identifier' attribute is set. * @see #unsetTypeIdentifier() * @see #getTypeIdentifier() * @see #setTypeIdentifier(String) * @generated */ boolean isSetTypeIdentifier(); /** * Returns the value of the 'Attribute Identifier' attribute. * *

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

* * @return the value of the 'Attribute Identifier' attribute. * @see #isSetAttributeIdentifier() * @see #unsetAttributeIdentifier() * @see #setAttributeIdentifier(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference_AttributeIdentifier() * @model unsettable="true" * @generated */ String getAttributeIdentifier(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getAttributeIdentifier Attribute Identifier}' attribute. * * * @param value the new value of the 'Attribute Identifier' attribute. * @see #isSetAttributeIdentifier() * @see #unsetAttributeIdentifier() * @see #getAttributeIdentifier() * @generated */ void setAttributeIdentifier(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getAttributeIdentifier Attribute Identifier}' attribute. * * * @see #isSetAttributeIdentifier() * @see #getAttributeIdentifier() * @see #setAttributeIdentifier(String) * @generated */ void unsetAttributeIdentifier(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcReference#getAttributeIdentifier Attribute Identifier}' attribute is set. * * * @return whether the value of the 'Attribute Identifier' attribute is set. * @see #unsetAttributeIdentifier() * @see #getAttributeIdentifier() * @see #setAttributeIdentifier(String) * @generated */ boolean isSetAttributeIdentifier(); /** * Returns the value of the 'Instance Name' attribute. * *

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

* * @return the value of the 'Instance Name' attribute. * @see #isSetInstanceName() * @see #unsetInstanceName() * @see #setInstanceName(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference_InstanceName() * @model unsettable="true" * @generated */ String getInstanceName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInstanceName Instance Name}' attribute. * * * @param value the new value of the 'Instance Name' attribute. * @see #isSetInstanceName() * @see #unsetInstanceName() * @see #getInstanceName() * @generated */ void setInstanceName(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInstanceName Instance Name}' attribute. * * * @see #isSetInstanceName() * @see #getInstanceName() * @see #setInstanceName(String) * @generated */ void unsetInstanceName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInstanceName Instance Name}' attribute is set. * * * @return whether the value of the 'Instance Name' attribute is set. * @see #unsetInstanceName() * @see #getInstanceName() * @see #setInstanceName(String) * @generated */ boolean isSetInstanceName(); /** * Returns the value of the 'List Positions' attribute list. * The list contents are of type {@link java.lang.Integer}. * *

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

* * @return the value of the 'List Positions' attribute list. * @see #isSetListPositions() * @see #unsetListPositions() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference_ListPositions() * @model unique="false" unsettable="true" * @generated */ EList getListPositions(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getListPositions List Positions}' attribute list. * * * @see #isSetListPositions() * @see #getListPositions() * @generated */ void unsetListPositions(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcReference#getListPositions List Positions}' attribute list is set. * * * @return whether the value of the 'List Positions' attribute list is set. * @see #unsetListPositions() * @see #getListPositions() * @generated */ boolean isSetListPositions(); /** * Returns the value of the 'Inner Reference' reference. * *

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

* * @return the value of the 'Inner Reference' reference. * @see #isSetInnerReference() * @see #unsetInnerReference() * @see #setInnerReference(IfcReference) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcReference_InnerReference() * @model unsettable="true" * @generated */ IfcReference getInnerReference(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInnerReference Inner Reference}' reference. * * * @param value the new value of the 'Inner Reference' reference. * @see #isSetInnerReference() * @see #unsetInnerReference() * @see #getInnerReference() * @generated */ void setInnerReference(IfcReference value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInnerReference Inner Reference}' reference. * * * @see #isSetInnerReference() * @see #getInnerReference() * @see #setInnerReference(IfcReference) * @generated */ void unsetInnerReference(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcReference#getInnerReference Inner Reference}' reference is set. * * * @return whether the value of the 'Inner Reference' reference is set. * @see #unsetInnerReference() * @see #getInnerReference() * @see #setInnerReference(IfcReference) * @generated */ boolean isSetInnerReference(); } // IfcReference




© 2015 - 2025 Weber Informatics LLC | Privacy Policy