org.bimserver.models.ifc2x3tc1.IfcProject 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.ifc2x3tc1;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ifc Project'.
*
*
*
* The following features are supported:
*
*
* - {@link org.bimserver.models.ifc2x3tc1.IfcProject#getLongName Long Name}
* - {@link org.bimserver.models.ifc2x3tc1.IfcProject#getPhase Phase}
* - {@link org.bimserver.models.ifc2x3tc1.IfcProject#getRepresentationContexts Representation Contexts}
* - {@link org.bimserver.models.ifc2x3tc1.IfcProject#getUnitsInContext Units In Context}
*
*
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProject()
* @model
* @generated
*/
public interface IfcProject extends IfcObject {
/**
* Returns the value of the 'Long Name' attribute.
*
*
* If the meaning of the 'Long Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Long Name' attribute.
* @see #isSetLongName()
* @see #unsetLongName()
* @see #setLongName(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProject_LongName()
* @model unsettable="true"
* @generated
*/
String getLongName();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getLongName Long Name}' attribute.
*
*
* @param value the new value of the 'Long Name' attribute.
* @see #isSetLongName()
* @see #unsetLongName()
* @see #getLongName()
* @generated
*/
void setLongName(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getLongName Long Name}' attribute.
*
*
* @see #isSetLongName()
* @see #getLongName()
* @see #setLongName(String)
* @generated
*/
void unsetLongName();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getLongName Long Name}' attribute is set.
*
*
* @return whether the value of the 'Long Name' attribute is set.
* @see #unsetLongName()
* @see #getLongName()
* @see #setLongName(String)
* @generated
*/
boolean isSetLongName();
/**
* Returns the value of the 'Phase' attribute.
*
*
* If the meaning of the 'Phase' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Phase' attribute.
* @see #isSetPhase()
* @see #unsetPhase()
* @see #setPhase(String)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProject_Phase()
* @model unsettable="true"
* @generated
*/
String getPhase();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getPhase Phase}' attribute.
*
*
* @param value the new value of the 'Phase' attribute.
* @see #isSetPhase()
* @see #unsetPhase()
* @see #getPhase()
* @generated
*/
void setPhase(String value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getPhase Phase}' attribute.
*
*
* @see #isSetPhase()
* @see #getPhase()
* @see #setPhase(String)
* @generated
*/
void unsetPhase();
/**
* Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getPhase Phase}' attribute is set.
*
*
* @return whether the value of the 'Phase' attribute is set.
* @see #unsetPhase()
* @see #getPhase()
* @see #setPhase(String)
* @generated
*/
boolean isSetPhase();
/**
* Returns the value of the 'Representation Contexts' reference list.
* The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcRepresentationContext}.
*
*
* If the meaning of the 'Representation Contexts' reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Representation Contexts' reference list.
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProject_RepresentationContexts()
* @model
* @generated
*/
EList getRepresentationContexts();
/**
* Returns the value of the 'Units In Context' reference.
*
*
* If the meaning of the 'Units In Context' reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Units In Context' reference.
* @see #setUnitsInContext(IfcUnitAssignment)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcProject_UnitsInContext()
* @model
* @generated
*/
IfcUnitAssignment getUnitsInContext();
/**
* Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcProject#getUnitsInContext Units In Context}' reference.
*
*
* @param value the new value of the 'Units In Context' reference.
* @see #getUnitsInContext()
* @generated
*/
void setUnitsInContext(IfcUnitAssignment value);
} // IfcProject
© 2015 - 2025 Weber Informatics LLC | Privacy Policy