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

org.bimserver.models.ifc4.IfcExternalReference 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 External Reference'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcExternalReference#getLocation Location}
  • *
  • {@link org.bimserver.models.ifc4.IfcExternalReference#getIdentification Identification}
  • *
  • {@link org.bimserver.models.ifc4.IfcExternalReference#getName Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcExternalReference#getExternalReferenceForResources External Reference For Resources}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcExternalReference() * @model * @generated */ public interface IfcExternalReference extends IfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect, IfcResourceObjectSelect { /** * Returns the value of the 'Location' attribute. * *

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

* * @return the value of the 'Location' attribute. * @see #isSetLocation() * @see #unsetLocation() * @see #setLocation(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcExternalReference_Location() * @model unsettable="true" * @generated */ String getLocation(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getLocation Location}' attribute. * * * @param value the new value of the 'Location' attribute. * @see #isSetLocation() * @see #unsetLocation() * @see #getLocation() * @generated */ void setLocation(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getLocation Location}' attribute. * * * @see #isSetLocation() * @see #getLocation() * @see #setLocation(String) * @generated */ void unsetLocation(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getLocation Location}' attribute is set. * * * @return whether the value of the 'Location' attribute is set. * @see #unsetLocation() * @see #getLocation() * @see #setLocation(String) * @generated */ boolean isSetLocation(); /** * Returns the value of the 'Identification' attribute. * *

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

* * @return the value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #setIdentification(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcExternalReference_Identification() * @model unsettable="true" * @generated */ String getIdentification(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getIdentification Identification}' attribute. * * * @param value the new value of the 'Identification' attribute. * @see #isSetIdentification() * @see #unsetIdentification() * @see #getIdentification() * @generated */ void setIdentification(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getIdentification Identification}' attribute. * * * @see #isSetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ void unsetIdentification(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getIdentification Identification}' attribute is set. * * * @return whether the value of the 'Identification' attribute is set. * @see #unsetIdentification() * @see #getIdentification() * @see #setIdentification(String) * @generated */ boolean isSetIdentification(); /** * 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#getIfcExternalReference_Name() * @model unsettable="true" * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#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.IfcExternalReference#getName Name}' attribute. * * * @see #isSetName() * @see #getName() * @see #setName(String) * @generated */ void unsetName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#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 'External Reference For Resources' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcExternalReferenceRelationship}. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcExternalReferenceRelationship#getRelatingReference Relating Reference}'. * *

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

* * @return the value of the 'External Reference For Resources' reference list. * @see #isSetExternalReferenceForResources() * @see #unsetExternalReferenceForResources() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcExternalReference_ExternalReferenceForResources() * @see org.bimserver.models.ifc4.IfcExternalReferenceRelationship#getRelatingReference * @model opposite="RelatingReference" unsettable="true" * @generated */ EList getExternalReferenceForResources(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getExternalReferenceForResources External Reference For Resources}' reference list. * * * @see #isSetExternalReferenceForResources() * @see #getExternalReferenceForResources() * @generated */ void unsetExternalReferenceForResources(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcExternalReference#getExternalReferenceForResources External Reference For Resources}' reference list is set. * * * @return whether the value of the 'External Reference For Resources' reference list is set. * @see #unsetExternalReferenceForResources() * @see #getExternalReferenceForResources() * @generated */ boolean isSetExternalReferenceForResources(); } // IfcExternalReference




© 2015 - 2024 Weber Informatics LLC | Privacy Policy