
org.bimserver.models.ifc4.IfcComplexPropertyTemplate 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 Complex Property Template'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getUsageName Usage Name}
* - {@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getTemplateType Template Type}
* - {@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getHasPropertyTemplates Has Property Templates}
*
*
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcComplexPropertyTemplate()
* @model
* @generated
*/
public interface IfcComplexPropertyTemplate extends IfcPropertyTemplate {
/**
* Returns the value of the 'Usage Name' attribute.
*
*
* If the meaning of the 'Usage Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Usage Name' attribute.
* @see #isSetUsageName()
* @see #unsetUsageName()
* @see #setUsageName(String)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcComplexPropertyTemplate_UsageName()
* @model unsettable="true"
* @generated
*/
String getUsageName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getUsageName Usage Name}' attribute.
*
*
* @param value the new value of the 'Usage Name' attribute.
* @see #isSetUsageName()
* @see #unsetUsageName()
* @see #getUsageName()
* @generated
*/
void setUsageName(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getUsageName Usage Name}' attribute.
*
*
* @see #isSetUsageName()
* @see #getUsageName()
* @see #setUsageName(String)
* @generated
*/
void unsetUsageName();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getUsageName Usage Name}' attribute is set.
*
*
* @return whether the value of the 'Usage Name' attribute is set.
* @see #unsetUsageName()
* @see #getUsageName()
* @see #setUsageName(String)
* @generated
*/
boolean isSetUsageName();
/**
* Returns the value of the 'Template Type' attribute.
* The literals are from the enumeration {@link org.bimserver.models.ifc4.IfcComplexPropertyTemplateTypeEnum}.
*
*
* If the meaning of the 'Template Type' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Template Type' attribute.
* @see org.bimserver.models.ifc4.IfcComplexPropertyTemplateTypeEnum
* @see #isSetTemplateType()
* @see #unsetTemplateType()
* @see #setTemplateType(IfcComplexPropertyTemplateTypeEnum)
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcComplexPropertyTemplate_TemplateType()
* @model unsettable="true"
* @generated
*/
IfcComplexPropertyTemplateTypeEnum getTemplateType();
/**
* Sets the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getTemplateType Template Type}' attribute.
*
*
* @param value the new value of the 'Template Type' attribute.
* @see org.bimserver.models.ifc4.IfcComplexPropertyTemplateTypeEnum
* @see #isSetTemplateType()
* @see #unsetTemplateType()
* @see #getTemplateType()
* @generated
*/
void setTemplateType(IfcComplexPropertyTemplateTypeEnum value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getTemplateType Template Type}' attribute.
*
*
* @see #isSetTemplateType()
* @see #getTemplateType()
* @see #setTemplateType(IfcComplexPropertyTemplateTypeEnum)
* @generated
*/
void unsetTemplateType();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getTemplateType Template Type}' attribute is set.
*
*
* @return whether the value of the 'Template Type' attribute is set.
* @see #unsetTemplateType()
* @see #getTemplateType()
* @see #setTemplateType(IfcComplexPropertyTemplateTypeEnum)
* @generated
*/
boolean isSetTemplateType();
/**
* Returns the value of the 'Has Property Templates' reference list.
* The list contents are of type {@link org.bimserver.models.ifc4.IfcPropertyTemplate}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc4.IfcPropertyTemplate#getPartOfComplexTemplate Part Of Complex Template}'.
*
*
* If the meaning of the 'Has Property Templates' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Has Property Templates' reference list.
* @see #isSetHasPropertyTemplates()
* @see #unsetHasPropertyTemplates()
* @see org.bimserver.models.ifc4.Ifc4Package#getIfcComplexPropertyTemplate_HasPropertyTemplates()
* @see org.bimserver.models.ifc4.IfcPropertyTemplate#getPartOfComplexTemplate
* @model opposite="PartOfComplexTemplate" unsettable="true"
* @generated
*/
EList getHasPropertyTemplates();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getHasPropertyTemplates Has Property Templates}' reference list.
*
*
* @see #isSetHasPropertyTemplates()
* @see #getHasPropertyTemplates()
* @generated
*/
void unsetHasPropertyTemplates();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc4.IfcComplexPropertyTemplate#getHasPropertyTemplates Has Property Templates}' reference list is set.
*
*
* @return whether the value of the 'Has Property Templates' reference list is set.
* @see #unsetHasPropertyTemplates()
* @see #getHasPropertyTemplates()
* @generated
*/
boolean isSetHasPropertyTemplates();
} // IfcComplexPropertyTemplate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy