
org.bimserver.models.ifc2x3tc1.IfcClassificationItem 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
/**
* 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.bimserver.emf.IdEObject;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Classification Item'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getNotation Notation}
* - {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}
* - {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getTitle Title}
* - {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifiedItemIn Is Classified Item In}
* - {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifyingItemIn Is Classifying Item In}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem()
* @model
* @extends IdEObject
* @generated
*/
public interface IfcClassificationItem extends IdEObject {
/**
* Returns the value of the 'Notation' reference.
*
*
* If the meaning of the 'Notation' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Notation' reference.
* @see #setNotation(IfcClassificationNotationFacet)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem_Notation()
* @model
* @generated
*/
IfcClassificationNotationFacet getNotation();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getNotation Notation}' reference.
*
*
* @param value the new value of the 'Notation' reference.
* @see #getNotation()
* @generated
*/
void setNotation(IfcClassificationNotationFacet value);
/**
* Returns the value of the 'Item Of' reference.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcClassification#getContains Contains}'.
*
*
* If the meaning of the 'Item Of' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Item Of' reference.
* @see #isSetItemOf()
* @see #unsetItemOf()
* @see #setItemOf(IfcClassification)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem_ItemOf()
* @see org.bimserver.models.ifc2x3tc1.IfcClassification#getContains
* @model opposite="Contains" unsettable="true"
* @generated
*/
IfcClassification getItemOf();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}' reference.
*
*
* @param value the new value of the 'Item Of' reference.
* @see #isSetItemOf()
* @see #unsetItemOf()
* @see #getItemOf()
* @generated
*/
void setItemOf(IfcClassification value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}' reference.
*
*
* @see #isSetItemOf()
* @see #getItemOf()
* @see #setItemOf(IfcClassification)
* @generated
*/
void unsetItemOf();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getItemOf Item Of}' reference is set.
*
*
* @return whether the value of the 'Item Of' reference is set.
* @see #unsetItemOf()
* @see #getItemOf()
* @see #setItemOf(IfcClassification)
* @generated
*/
boolean isSetItemOf();
/**
* Returns the value of the 'Title' attribute.
*
*
* If the meaning of the 'Title' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Title' attribute.
* @see #setTitle(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem_Title()
* @model
* @generated
*/
String getTitle();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getTitle Title}' attribute.
*
*
* @param value the new value of the 'Title' attribute.
* @see #getTitle()
* @generated
*/
void setTitle(String value);
/**
* Returns the value of the 'Is Classified Item In' reference list.
* The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatedItems Related Items}'.
*
*
* If the meaning of the 'Is Classified Item In' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Is Classified Item In' reference list.
* @see #isSetIsClassifiedItemIn()
* @see #unsetIsClassifiedItemIn()
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem_IsClassifiedItemIn()
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatedItems
* @model opposite="RelatedItems" unsettable="true" upper="2"
* @generated
*/
EList getIsClassifiedItemIn();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifiedItemIn Is Classified Item In}' reference list.
*
*
* @see #isSetIsClassifiedItemIn()
* @see #getIsClassifiedItemIn()
* @generated
*/
void unsetIsClassifiedItemIn();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifiedItemIn Is Classified Item In}' reference list is set.
*
*
* @return whether the value of the 'Is Classified Item In' reference list is set.
* @see #unsetIsClassifiedItemIn()
* @see #getIsClassifiedItemIn()
* @generated
*/
boolean isSetIsClassifiedItemIn();
/**
* Returns the value of the 'Is Classifying Item In' reference list.
* The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship}.
* It is bidirectional and its opposite is '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatingItem Relating Item}'.
*
*
* If the meaning of the 'Is Classifying Item In' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Is Classifying Item In' reference list.
* @see #isSetIsClassifyingItemIn()
* @see #unsetIsClassifyingItemIn()
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcClassificationItem_IsClassifyingItemIn()
* @see org.bimserver.models.ifc2x3tc1.IfcClassificationItemRelationship#getRelatingItem
* @model opposite="RelatingItem" unsettable="true" upper="2"
* @generated
*/
EList getIsClassifyingItemIn();
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifyingItemIn Is Classifying Item In}' reference list.
*
*
* @see #isSetIsClassifyingItemIn()
* @see #getIsClassifyingItemIn()
* @generated
*/
void unsetIsClassifyingItemIn();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcClassificationItem#getIsClassifyingItemIn Is Classifying Item In}' reference list is set.
*
*
* @return whether the value of the 'Is Classifying Item In' reference list is set.
* @see #unsetIsClassifyingItemIn()
* @see #getIsClassifyingItemIn()
* @generated
*/
boolean isSetIsClassifyingItemIn();
} // IfcClassificationItem
© 2015 - 2025 Weber Informatics LLC | Privacy Policy