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

org.bimserver.models.ifc2x3tc1.IfcCostSchedule 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.ifc2x3tc1;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Ifc Cost Schedule'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy Submitted By}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy Prepared By}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn Submitted On}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus Status}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getTargetUsers Target Users}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate Update Date}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getID ID}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPredefinedType Predefined Type}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule() * @model * @generated */ public interface IfcCostSchedule extends IfcControl { /** * Returns the value of the 'Submitted By' reference. * *

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

* * @return the value of the 'Submitted By' reference. * @see #isSetSubmittedBy() * @see #unsetSubmittedBy() * @see #setSubmittedBy(IfcActorSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_SubmittedBy() * @model unsettable="true" * @generated */ IfcActorSelect getSubmittedBy(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy Submitted By}' reference. * * * @param value the new value of the 'Submitted By' reference. * @see #isSetSubmittedBy() * @see #unsetSubmittedBy() * @see #getSubmittedBy() * @generated */ void setSubmittedBy(IfcActorSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy Submitted By}' reference. * * * @see #isSetSubmittedBy() * @see #getSubmittedBy() * @see #setSubmittedBy(IfcActorSelect) * @generated */ void unsetSubmittedBy(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedBy Submitted By}' reference is set. * * * @return whether the value of the 'Submitted By' reference is set. * @see #unsetSubmittedBy() * @see #getSubmittedBy() * @see #setSubmittedBy(IfcActorSelect) * @generated */ boolean isSetSubmittedBy(); /** * Returns the value of the 'Prepared By' reference. * *

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

* * @return the value of the 'Prepared By' reference. * @see #isSetPreparedBy() * @see #unsetPreparedBy() * @see #setPreparedBy(IfcActorSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_PreparedBy() * @model unsettable="true" * @generated */ IfcActorSelect getPreparedBy(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy Prepared By}' reference. * * * @param value the new value of the 'Prepared By' reference. * @see #isSetPreparedBy() * @see #unsetPreparedBy() * @see #getPreparedBy() * @generated */ void setPreparedBy(IfcActorSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy Prepared By}' reference. * * * @see #isSetPreparedBy() * @see #getPreparedBy() * @see #setPreparedBy(IfcActorSelect) * @generated */ void unsetPreparedBy(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPreparedBy Prepared By}' reference is set. * * * @return whether the value of the 'Prepared By' reference is set. * @see #unsetPreparedBy() * @see #getPreparedBy() * @see #setPreparedBy(IfcActorSelect) * @generated */ boolean isSetPreparedBy(); /** * Returns the value of the 'Submitted On' reference. * *

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

* * @return the value of the 'Submitted On' reference. * @see #isSetSubmittedOn() * @see #unsetSubmittedOn() * @see #setSubmittedOn(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_SubmittedOn() * @model unsettable="true" * @generated */ IfcDateTimeSelect getSubmittedOn(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn Submitted On}' reference. * * * @param value the new value of the 'Submitted On' reference. * @see #isSetSubmittedOn() * @see #unsetSubmittedOn() * @see #getSubmittedOn() * @generated */ void setSubmittedOn(IfcDateTimeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn Submitted On}' reference. * * * @see #isSetSubmittedOn() * @see #getSubmittedOn() * @see #setSubmittedOn(IfcDateTimeSelect) * @generated */ void unsetSubmittedOn(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getSubmittedOn Submitted On}' reference is set. * * * @return whether the value of the 'Submitted On' reference is set. * @see #unsetSubmittedOn() * @see #getSubmittedOn() * @see #setSubmittedOn(IfcDateTimeSelect) * @generated */ boolean isSetSubmittedOn(); /** * Returns the value of the 'Status' attribute. * *

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

* * @return the value of the 'Status' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #setStatus(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_Status() * @model unsettable="true" * @generated */ String getStatus(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see #isSetStatus() * @see #unsetStatus() * @see #getStatus() * @generated */ void setStatus(String value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus Status}' attribute. * * * @see #isSetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ void unsetStatus(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getStatus Status}' attribute is set. * * * @return whether the value of the 'Status' attribute is set. * @see #unsetStatus() * @see #getStatus() * @see #setStatus(String) * @generated */ boolean isSetStatus(); /** * Returns the value of the 'Target Users' reference list. * The list contents are of type {@link org.bimserver.models.ifc2x3tc1.IfcActorSelect}. * *

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

* * @return the value of the 'Target Users' reference list. * @see #isSetTargetUsers() * @see #unsetTargetUsers() * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_TargetUsers() * @model unsettable="true" * @generated */ EList getTargetUsers(); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getTargetUsers Target Users}' reference list. * * * @see #isSetTargetUsers() * @see #getTargetUsers() * @generated */ void unsetTargetUsers(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getTargetUsers Target Users}' reference list is set. * * * @return whether the value of the 'Target Users' reference list is set. * @see #unsetTargetUsers() * @see #getTargetUsers() * @generated */ boolean isSetTargetUsers(); /** * Returns the value of the 'Update Date' reference. * *

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

* * @return the value of the 'Update Date' reference. * @see #isSetUpdateDate() * @see #unsetUpdateDate() * @see #setUpdateDate(IfcDateTimeSelect) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_UpdateDate() * @model unsettable="true" * @generated */ IfcDateTimeSelect getUpdateDate(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate Update Date}' reference. * * * @param value the new value of the 'Update Date' reference. * @see #isSetUpdateDate() * @see #unsetUpdateDate() * @see #getUpdateDate() * @generated */ void setUpdateDate(IfcDateTimeSelect value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate Update Date}' reference. * * * @see #isSetUpdateDate() * @see #getUpdateDate() * @see #setUpdateDate(IfcDateTimeSelect) * @generated */ void unsetUpdateDate(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getUpdateDate Update Date}' reference is set. * * * @return whether the value of the 'Update Date' reference is set. * @see #unsetUpdateDate() * @see #getUpdateDate() * @see #setUpdateDate(IfcDateTimeSelect) * @generated */ boolean isSetUpdateDate(); /** * Returns the value of the 'ID' attribute. * *

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

* * @return the value of the 'ID' attribute. * @see #setID(String) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_ID() * @model * @generated */ String getID(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getID ID}' attribute. * * * @param value the new value of the 'ID' attribute. * @see #getID() * @generated */ void setID(String value); /** * Returns the value of the 'Predefined Type' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum}. * *

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

* * @return the value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum * @see #setPredefinedType(IfcCostScheduleTypeEnum) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCostSchedule_PredefinedType() * @model * @generated */ IfcCostScheduleTypeEnum getPredefinedType(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCostSchedule#getPredefinedType Predefined Type}' attribute. * * * @param value the new value of the 'Predefined Type' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcCostScheduleTypeEnum * @see #getPredefinedType() * @generated */ void setPredefinedType(IfcCostScheduleTypeEnum value); } // IfcCostSchedule




© 2015 - 2024 Weber Informatics LLC | Privacy Policy