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

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

/**
 * 
 * A representation of the model object 'Ifc Material Profile'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getName Name}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getDescription Description}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getMaterial Material}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getProfile Profile}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriority Priority}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriorityAsString Priority As String}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getCategory Category}
  • *
  • {@link org.bimserver.models.ifc4.IfcMaterialProfile#getToMaterialProfileSet To Material Profile Set}
  • *
* * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile() * @model * @generated */ public interface IfcMaterialProfile extends IfcMaterialDefinition { /** * 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#getIfcMaterialProfile_Name() * @model unsettable="true" * @generated */ String getName(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#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.IfcMaterialProfile#getName Name}' attribute. * * * @see #isSetName() * @see #getName() * @see #setName(String) * @generated */ void unsetName(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#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 'Description' attribute. * *

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

* * @return the value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #setDescription(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_Description() * @model unsettable="true" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #isSetDescription() * @see #unsetDescription() * @see #getDescription() * @generated */ void setDescription(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getDescription Description}' attribute. * * * @see #isSetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ void unsetDescription(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getDescription Description}' attribute is set. * * * @return whether the value of the 'Description' attribute is set. * @see #unsetDescription() * @see #getDescription() * @see #setDescription(String) * @generated */ boolean isSetDescription(); /** * Returns the value of the 'Material' reference. * *

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

* * @return the value of the 'Material' reference. * @see #isSetMaterial() * @see #unsetMaterial() * @see #setMaterial(IfcMaterial) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_Material() * @model unsettable="true" * @generated */ IfcMaterial getMaterial(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getMaterial Material}' reference. * * * @param value the new value of the 'Material' reference. * @see #isSetMaterial() * @see #unsetMaterial() * @see #getMaterial() * @generated */ void setMaterial(IfcMaterial value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getMaterial Material}' reference. * * * @see #isSetMaterial() * @see #getMaterial() * @see #setMaterial(IfcMaterial) * @generated */ void unsetMaterial(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getMaterial Material}' reference is set. * * * @return whether the value of the 'Material' reference is set. * @see #unsetMaterial() * @see #getMaterial() * @see #setMaterial(IfcMaterial) * @generated */ boolean isSetMaterial(); /** * Returns the value of the 'Profile' reference. * *

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

* * @return the value of the 'Profile' reference. * @see #setProfile(IfcProfileDef) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_Profile() * @model * @generated */ IfcProfileDef getProfile(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getProfile Profile}' reference. * * * @param value the new value of the 'Profile' reference. * @see #getProfile() * @generated */ void setProfile(IfcProfileDef value); /** * Returns the value of the 'Priority' attribute. * *

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

* * @return the value of the 'Priority' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #setPriority(double) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_Priority() * @model unsettable="true" * @generated */ double getPriority(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriority Priority}' attribute. * * * @param value the new value of the 'Priority' attribute. * @see #isSetPriority() * @see #unsetPriority() * @see #getPriority() * @generated */ void setPriority(double value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriority Priority}' attribute. * * * @see #isSetPriority() * @see #getPriority() * @see #setPriority(double) * @generated */ void unsetPriority(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriority Priority}' attribute is set. * * * @return whether the value of the 'Priority' attribute is set. * @see #unsetPriority() * @see #getPriority() * @see #setPriority(double) * @generated */ boolean isSetPriority(); /** * Returns the value of the 'Priority As String' attribute. * *

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

* * @return the value of the 'Priority As String' attribute. * @see #isSetPriorityAsString() * @see #unsetPriorityAsString() * @see #setPriorityAsString(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_PriorityAsString() * @model unsettable="true" * @generated */ String getPriorityAsString(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriorityAsString Priority As String}' attribute. * * * @param value the new value of the 'Priority As String' attribute. * @see #isSetPriorityAsString() * @see #unsetPriorityAsString() * @see #getPriorityAsString() * @generated */ void setPriorityAsString(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriorityAsString Priority As String}' attribute. * * * @see #isSetPriorityAsString() * @see #getPriorityAsString() * @see #setPriorityAsString(String) * @generated */ void unsetPriorityAsString(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getPriorityAsString Priority As String}' attribute is set. * * * @return whether the value of the 'Priority As String' attribute is set. * @see #unsetPriorityAsString() * @see #getPriorityAsString() * @see #setPriorityAsString(String) * @generated */ boolean isSetPriorityAsString(); /** * Returns the value of the 'Category' attribute. * *

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

* * @return the value of the 'Category' attribute. * @see #isSetCategory() * @see #unsetCategory() * @see #setCategory(String) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_Category() * @model unsettable="true" * @generated */ String getCategory(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getCategory Category}' attribute. * * * @param value the new value of the 'Category' attribute. * @see #isSetCategory() * @see #unsetCategory() * @see #getCategory() * @generated */ void setCategory(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getCategory Category}' attribute. * * * @see #isSetCategory() * @see #getCategory() * @see #setCategory(String) * @generated */ void unsetCategory(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getCategory Category}' attribute is set. * * * @return whether the value of the 'Category' attribute is set. * @see #unsetCategory() * @see #getCategory() * @see #setCategory(String) * @generated */ boolean isSetCategory(); /** * Returns the value of the 'To Material Profile Set' reference. * It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcMaterialProfileSet#getMaterialProfiles Material Profiles}'. * *

* If the meaning of the 'To Material Profile Set' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'To Material Profile Set' reference. * @see #isSetToMaterialProfileSet() * @see #unsetToMaterialProfileSet() * @see #setToMaterialProfileSet(IfcMaterialProfileSet) * @see org.bimserver.models.ifc4.Ifc4Package#getIfcMaterialProfile_ToMaterialProfileSet() * @see org.bimserver.models.ifc4.IfcMaterialProfileSet#getMaterialProfiles * @model opposite="MaterialProfiles" unsettable="true" * @generated */ IfcMaterialProfileSet getToMaterialProfileSet(); /** * Sets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getToMaterialProfileSet To Material Profile Set}' reference. * * * @param value the new value of the 'To Material Profile Set' reference. * @see #isSetToMaterialProfileSet() * @see #unsetToMaterialProfileSet() * @see #getToMaterialProfileSet() * @generated */ void setToMaterialProfileSet(IfcMaterialProfileSet value); /** * Unsets the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getToMaterialProfileSet To Material Profile Set}' reference. * * * @see #isSetToMaterialProfileSet() * @see #getToMaterialProfileSet() * @see #setToMaterialProfileSet(IfcMaterialProfileSet) * @generated */ void unsetToMaterialProfileSet(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcMaterialProfile#getToMaterialProfileSet To Material Profile Set}' reference is set. * * * @return whether the value of the 'To Material Profile Set' reference is set. * @see #unsetToMaterialProfileSet() * @see #getToMaterialProfileSet() * @see #setToMaterialProfileSet(IfcMaterialProfileSet) * @generated */ boolean isSetToMaterialProfileSet(); } // IfcMaterialProfile




© 2015 - 2024 Weber Informatics LLC | Privacy Policy