org.bimserver.models.ifc2x3tc1.IfcExternalReference Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pluginbase Show documentation
Show all versions of pluginbase Show documentation
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.ifc2x3tc1;
/**
*
* A representation of the model object 'Ifc External Reference'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getLocation Location}
* - {@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference Item Reference}
* - {@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getName Name}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcExternalReference()
* @model
* @generated
*/
public interface IfcExternalReference extends IfcLightDistributionDataSourceSelect, IfcObjectReferenceSelect {
/**
* 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.ifc2x3tc1.Ifc2x3tc1Package#getIfcExternalReference_Location()
* @model unsettable="true"
* @generated
*/
String getLocation();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcExternalReference#getLocation Location}' attribute.
*
*
* @see #isSetLocation()
* @see #getLocation()
* @see #setLocation(String)
* @generated
*/
void unsetLocation();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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 'Item Reference' attribute.
*
*
* If the meaning of the 'Item Reference' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Item Reference' attribute.
* @see #isSetItemReference()
* @see #unsetItemReference()
* @see #setItemReference(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcExternalReference_ItemReference()
* @model unsettable="true"
* @generated
*/
String getItemReference();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference Item Reference}' attribute.
*
*
* @param value the new value of the 'Item Reference' attribute.
* @see #isSetItemReference()
* @see #unsetItemReference()
* @see #getItemReference()
* @generated
*/
void setItemReference(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference Item Reference}' attribute.
*
*
* @see #isSetItemReference()
* @see #getItemReference()
* @see #setItemReference(String)
* @generated
*/
void unsetItemReference();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcExternalReference#getItemReference Item Reference}' attribute is set.
*
*
* @return whether the value of the 'Item Reference' attribute is set.
* @see #unsetItemReference()
* @see #getItemReference()
* @see #setItemReference(String)
* @generated
*/
boolean isSetItemReference();
/**
* 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#getIfcExternalReference_Name()
* @model unsettable="true"
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.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.ifc2x3tc1.IfcExternalReference#getName Name}' attribute.
*
*
* @see #isSetName()
* @see #getName()
* @see #setName(String)
* @generated
*/
void unsetName();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.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();
} // IfcExternalReference
© 2015 - 2025 Weber Informatics LLC | Privacy Policy