
org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset 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;
/**
*
* 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(int)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset_HourOffset()
* @model
* @generated
*/
int 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(int 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(int)
* @see org.bimserver.models.ifc2x3tc1.Ifc2x3tc1Package#getIfcCoordinatedUniversalTimeOffset_MinuteOffset()
* @model unsettable="true"
* @generated
*/
int 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(int value);
/**
* Unsets the value of the '{@link org.bimserver.models.ifc2x3tc1.IfcCoordinatedUniversalTimeOffset#getMinuteOffset Minute Offset}' attribute.
*
*
* @see #isSetMinuteOffset()
* @see #getMinuteOffset()
* @see #setMinuteOffset(int)
* @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(int)
* @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 - 2025 Weber Informatics LLC | Privacy Policy