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

org.bimserver.models.ifc4.IfcTypeProduct 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.ifc4;

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

/**
 * 
 * A representation of the model object 'Ifc Type Product'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcTypeProduct#getRepresentationMaps Representation Maps}
  • *
  • {@link org.bimserver.models.ifc4.IfcTypeProduct#getTag Tag}
  • *
  • {@link org.bimserver.models.ifc4.IfcTypeProduct#getReferencedBy Referenced By}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTypeProduct() * @model * @generated */ public interface IfcTypeProduct extends IfcTypeObject, IfcProductSelect { /** * Returns the value of the 'Representation Maps' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRepresentationMap}. * *

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

* * @return the value of the 'Representation Maps' reference list. * @see #isSetRepresentationMaps() * @see #unsetRepresentationMaps() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTypeProduct_RepresentationMaps() * @model unsettable="true" * @generated */ EList getRepresentationMaps(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getRepresentationMaps Representation Maps}' reference list. * * * @see #isSetRepresentationMaps() * @see #getRepresentationMaps() * @generated */ void unsetRepresentationMaps(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getRepresentationMaps Representation Maps}' reference list is set. * * * @return whether the value of the 'Representation Maps' reference list is set. * @see #unsetRepresentationMaps() * @see #getRepresentationMaps() * @generated */ boolean isSetRepresentationMaps(); /** * Returns the value of the 'Tag' attribute. * *

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

* * @return the value of the 'Tag' attribute. * @see #isSetTag() * @see #unsetTag() * @see #setTag(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTypeProduct_Tag() * @model unsettable="true" * @generated */ String getTag(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getTag Tag}' attribute. * * * @param value the new value of the 'Tag' attribute. * @see #isSetTag() * @see #unsetTag() * @see #getTag() * @generated */ void setTag(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getTag Tag}' attribute. * * * @see #isSetTag() * @see #getTag() * @see #setTag(String) * @generated */ void unsetTag(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getTag Tag}' attribute is set. * * * @return whether the value of the 'Tag' attribute is set. * @see #unsetTag() * @see #getTag() * @see #setTag(String) * @generated */ boolean isSetTag(); /** * Returns the value of the 'Referenced By' reference list. * The list contents are of type {@link org.bimserver.models.ifc4.IfcRelAssignsToProduct}. * *

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

* * @return the value of the 'Referenced By' reference list. * @see #isSetReferencedBy() * @see #unsetReferencedBy() * @see org.bimserver.models.ifc4.Ifc4Package#getIfcTypeProduct_ReferencedBy() * @model unsettable="true" * @generated */ EList getReferencedBy(); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getReferencedBy Referenced By}' reference list. * * * @see #isSetReferencedBy() * @see #getReferencedBy() * @generated */ void unsetReferencedBy(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcTypeProduct#getReferencedBy Referenced By}' reference list is set. * * * @return whether the value of the 'Referenced By' reference list is set. * @see #unsetReferencedBy() * @see #getReferencedBy() * @generated */ boolean isSetReferencedBy(); } // IfcTypeProduct




© 2015 - 2024 Weber Informatics LLC | Privacy Policy