
org.bimserver.models.ifc4.IfcProfileDef 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.ifc4;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Profile Def'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcProfileDef#getProfileType Profile Type}
* - {@link org.bimserver.models.ifc4.IfcProfileDef#getProfileName Profile Name}
* - {@link org.bimserver.models.ifc4.IfcProfileDef#getHasExternalReference Has External Reference}
* - {@link org.bimserver.models.ifc4.IfcProfileDef#getHasProperties Has Properties}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcProfileDef()
* @model
* @generated
*/
public interface IfcProfileDef extends IfcResourceObjectSelect {
/**
* Returns the value of the 'Profile Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcProfileTypeEnum}.
*
*
* If the meaning of the 'Profile Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Profile Type' attribute.
* @see org.bimserver.models.ifc4.IfcProfileTypeEnum
* @see #setProfileType(IfcProfileTypeEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcProfileDef_ProfileType()
* @model
* @generated
*/
IfcProfileTypeEnum getProfileType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getProfileType Profile Type}' attribute.
*
*
* @param value the new value of the 'Profile Type' attribute.
* @see org.bimserver.models.ifc4.IfcProfileTypeEnum
* @see #getProfileType()
* @generated
*/
void setProfileType(IfcProfileTypeEnum value);
/**
* Returns the value of the 'Profile Name' attribute.
*
*
* If the meaning of the 'Profile Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Profile Name' attribute.
* @see #isSetProfileName()
* @see #unsetProfileName()
* @see #setProfileName(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcProfileDef_ProfileName()
* @model unsettable="true"
* @generated
*/
String getProfileName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getProfileName Profile Name}' attribute.
*
*
* @param value the new value of the 'Profile Name' attribute.
* @see #isSetProfileName()
* @see #unsetProfileName()
* @see #getProfileName()
* @generated
*/
void setProfileName(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getProfileName Profile Name}' attribute.
*
*
* @see #isSetProfileName()
* @see #getProfileName()
* @see #setProfileName(String)
* @generated
*/
void unsetProfileName();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getProfileName Profile Name}' attribute is set.
*
*
* @return whether the value of the 'Profile Name' attribute is set.
* @see #unsetProfileName()
* @see #getProfileName()
* @see #setProfileName(String)
* @generated
*/
boolean isSetProfileName();
/**
* Returns the value of the 'Has External Reference' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcExternalReferenceRelationship}.
*
*
* If the meaning of the 'Has External Reference' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Has External Reference' reference list.
* @see #isSetHasExternalReference()
* @see #unsetHasExternalReference()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcProfileDef_HasExternalReference()
* @model unsettable="true"
* @generated
*/
EList getHasExternalReference();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getHasExternalReference Has External Reference}' reference list.
*
*
* @see #isSetHasExternalReference()
* @see #getHasExternalReference()
* @generated
*/
void unsetHasExternalReference();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getHasExternalReference Has External Reference}' reference list is set.
*
*
* @return whether the value of the 'Has External Reference' reference list is set.
* @see #unsetHasExternalReference()
* @see #getHasExternalReference()
* @generated
*/
boolean isSetHasExternalReference();
/**
* Returns the value of the 'Has Properties' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcProfileProperties}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcProfileProperties#getProfileDefinition Profile Definition}'.
*
*
* If the meaning of the 'Has Properties' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Has Properties' reference list.
* @see #isSetHasProperties()
* @see #unsetHasProperties()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcProfileDef_HasProperties()
* @see org.bimserver.models.ifc4.IfcProfileProperties#getProfileDefinition
* @model opposite="ProfileDefinition" unsettable="true"
* @generated
*/
EList getHasProperties();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getHasProperties Has Properties}' reference list.
*
*
* @see #isSetHasProperties()
* @see #getHasProperties()
* @generated
*/
void unsetHasProperties();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcProfileDef#getHasProperties Has Properties}' reference list is set.
*
*
* @return whether the value of the 'Has Properties' reference list is set.
* @see #unsetHasProperties()
* @see #getHasProperties()
* @generated
*/
boolean isSetHasProperties();
} // IfcProfileDef
© 2015 - 2025 Weber Informatics LLC | Privacy Policy