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

org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset 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.bimserver.emf.IdEObject;

/**
 * 
 * A representation of the model object 'Ifc Coordinated Universal Time Offset'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getHourOffset Hour Offset}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}
  • *
  • {@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getSense Sense}
  • *
* * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset() * @model * @extends IdEObject * @generated */ public interface IfcCoordinatedUniversalTimeOffset extends IdEObject { /** * Returns the value of the 'Hour Offset' attribute. * *

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

* * @return the value of the 'Hour Offset' attribute. * @see #setHourOffset(long) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset_HourOffset() * @model * @generated */ long getHourOffset(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getHourOffset Hour Offset}' attribute. * * * @param value the new value of the 'Hour Offset' attribute. * @see #getHourOffset() * @generated */ void setHourOffset(long value); /** * Returns the value of the 'Minute Offset' attribute. * *

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

* * @return the value of the 'Minute Offset' attribute. * @see #isSetMinuteOffset() * @see #unsetMinuteOffset() * @see #setMinuteOffset(long) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset_MinuteOffset() * @model unsettable="true" * @generated */ long getMinuteOffset(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}' attribute. * * * @param value the new value of the 'Minute Offset' attribute. * @see #isSetMinuteOffset() * @see #unsetMinuteOffset() * @see #getMinuteOffset() * @generated */ void setMinuteOffset(long value); /** * Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}' attribute. * * * @see #isSetMinuteOffset() * @see #getMinuteOffset() * @see #setMinuteOffset(long) * @generated */ void unsetMinuteOffset(); /** * Returns whether the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}' attribute is set. * * * @return whether the value of the 'Minute Offset' attribute is set. * @see #unsetMinuteOffset() * @see #getMinuteOffset() * @see #setMinuteOffset(long) * @generated */ boolean isSetMinuteOffset(); /** * Returns the value of the 'Sense' attribute. * The literals are from the enumeration {@link org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind}. * *

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

* * @return the value of the 'Sense' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind * @see #setSense(IfcAheadOrBehind) * @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset_Sense() * @model * @generated */ IfcAheadOrBehind getSense(); /** * Sets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getSense Sense}' attribute. * * * @param value the new value of the 'Sense' attribute. * @see org.bimserver.models.ifc2x3tc1.IfcAheadOrBehind * @see #getSense() * @generated */ void setSense(IfcAheadOrBehind value); } // IfcCoordinatedUniversalTimeOffset




© 2015 - 2024 Weber Informatics LLC | Privacy Policy