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

org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements 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 Rel Connects Path Elements'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingPriorities Relating Priorities}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedPriorities Related Priorities}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedConnectionType Related Connection Type}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingConnectionType Relating Connection Type}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelConnectsPathElements() * @model * @generated */ public interface IfcRelConnectsPathElements extends IfcRelConnectsElements { /** * Returns the value of the 'Relating Priorities' attribute list. * The list contents are of type {@link java.lang.Long}. * *

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

* * @return the value of the 'Relating Priorities' attribute list. * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelConnectsPathElements_RelatingPriorities() * @model unique="false" * @generated */ EList getRelatingPriorities(); /** * Returns the value of the 'Related Priorities' attribute list. * The list contents are of type {@link java.lang.Long}. * *

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

* * @return the value of the 'Related Priorities' attribute list. * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelConnectsPathElements_RelatedPriorities() * @model unique="false" * @generated */ EList getRelatedPriorities(); /** * Returns the value of the 'Related Connection Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum}. * *

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

* * @return the value of the 'Related Connection Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum * @see #setRelatedConnectionType(IfcConnectionTypeEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelConnectsPathElements_RelatedConnectionType() * @model * @generated */ IfcConnectionTypeEnum getRelatedConnectionType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatedConnectionType Related Connection Type}' attribute. * * * @param value the new value of the 'Related Connection Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum * @see #getRelatedConnectionType() * @generated */ void setRelatedConnectionType(IfcConnectionTypeEnum value); /** * Returns the value of the 'Relating Connection Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum}. * *

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

* * @return the value of the 'Relating Connection Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum * @see #setRelatingConnectionType(IfcConnectionTypeEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcRelConnectsPathElements_RelatingConnectionType() * @model * @generated */ IfcConnectionTypeEnum getRelatingConnectionType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcRelConnectsPathElements#getRelatingConnectionType Relating Connection Type}' attribute. * * * @param value the new value of the 'Relating Connection Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcConnectionTypeEnum * @see #getRelatingConnectionType() * @generated */ void setRelatingConnectionType(IfcConnectionTypeEnum value); } // IfcRelConnectsPathElements




© 2015 - 2024 Weber Informatics LLC | Privacy Policy