public interface IfcLocalTime extends IfcDateTimeSelect, IfcObjectReferenceSelect
The following features are supported:
Ifc2x3tc1Package.getIfcLocalTime()| Modifier and Type | Method and Description |
|---|---|
int |
getDaylightSavingOffset()
Returns the value of the 'Daylight Saving Offset' attribute.
|
int |
getHourComponent()
Returns the value of the 'Hour Component' attribute.
|
int |
getMinuteComponent()
Returns the value of the 'Minute Component' attribute.
|
double |
getSecondComponent()
Returns the value of the 'Second Component' attribute.
|
String |
getSecondComponentAsString()
Returns the value of the 'Second Component As String' attribute.
|
IfcCoordinatedUniversalTimeOffset |
getZone()
Returns the value of the 'Zone' reference.
|
boolean |
isSetDaylightSavingOffset()
Returns whether the value of the '
Daylight Saving Offset' attribute is set. |
boolean |
isSetMinuteComponent()
Returns whether the value of the '
Minute Component' attribute is set. |
boolean |
isSetSecondComponent()
Returns whether the value of the '
Second Component' attribute is set. |
boolean |
isSetSecondComponentAsString()
Returns whether the value of the '
Second Component As String' attribute is set. |
boolean |
isSetZone()
Returns whether the value of the '
Zone' reference is set. |
void |
setDaylightSavingOffset(int value)
Sets the value of the '
Daylight Saving Offset' attribute. |
void |
setHourComponent(int value)
Sets the value of the '
Hour Component' attribute. |
void |
setMinuteComponent(int value)
Sets the value of the '
Minute Component' attribute. |
void |
setSecondComponent(double value)
Sets the value of the '
Second Component' attribute. |
void |
setSecondComponentAsString(String value)
Sets the value of the '
Second Component As String' attribute. |
void |
setZone(IfcCoordinatedUniversalTimeOffset value)
Sets the value of the '
Zone' reference. |
void |
unsetDaylightSavingOffset()
Unsets the value of the '
Daylight Saving Offset' attribute. |
void |
unsetMinuteComponent()
Unsets the value of the '
Minute Component' attribute. |
void |
unsetSecondComponent()
Unsets the value of the '
Second Component' attribute. |
void |
unsetSecondComponentAsString()
Unsets the value of the '
Second Component As String' attribute. |
void |
unsetZone()
Unsets the value of the '
Zone' reference. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeint getHourComponent()
If the meaning of the 'Hour Component' attribute isn't clear, there really should be more of a description here...
setHourComponent(int),
Ifc2x3tc1Package.getIfcLocalTime_HourComponent()void setHourComponent(int value)
Hour Component' attribute.
value - the new value of the 'Hour Component' attribute.getHourComponent()int getMinuteComponent()
If the meaning of the 'Minute Component' attribute isn't clear, there really should be more of a description here...
isSetMinuteComponent(),
unsetMinuteComponent(),
setMinuteComponent(int),
Ifc2x3tc1Package.getIfcLocalTime_MinuteComponent()void setMinuteComponent(int value)
Minute Component' attribute.
value - the new value of the 'Minute Component' attribute.isSetMinuteComponent(),
unsetMinuteComponent(),
getMinuteComponent()void unsetMinuteComponent()
Minute Component' attribute.
boolean isSetMinuteComponent()
Minute Component' attribute is set.
unsetMinuteComponent(),
getMinuteComponent(),
setMinuteComponent(int)double getSecondComponent()
If the meaning of the 'Second Component' attribute isn't clear, there really should be more of a description here...
isSetSecondComponent(),
unsetSecondComponent(),
setSecondComponent(double),
Ifc2x3tc1Package.getIfcLocalTime_SecondComponent()void setSecondComponent(double value)
Second Component' attribute.
value - the new value of the 'Second Component' attribute.isSetSecondComponent(),
unsetSecondComponent(),
getSecondComponent()void unsetSecondComponent()
Second Component' attribute.
boolean isSetSecondComponent()
Second Component' attribute is set.
unsetSecondComponent(),
getSecondComponent(),
setSecondComponent(double)String getSecondComponentAsString()
If the meaning of the 'Second Component As String' attribute isn't clear, there really should be more of a description here...
isSetSecondComponentAsString(),
unsetSecondComponentAsString(),
setSecondComponentAsString(String),
Ifc2x3tc1Package.getIfcLocalTime_SecondComponentAsString()void setSecondComponentAsString(String value)
Second Component As String' attribute.
value - the new value of the 'Second Component As String' attribute.isSetSecondComponentAsString(),
unsetSecondComponentAsString(),
getSecondComponentAsString()void unsetSecondComponentAsString()
Second Component As String' attribute.
boolean isSetSecondComponentAsString()
Second Component As String' attribute is set.
unsetSecondComponentAsString(),
getSecondComponentAsString(),
setSecondComponentAsString(String)IfcCoordinatedUniversalTimeOffset getZone()
If the meaning of the 'Zone' reference isn't clear, there really should be more of a description here...
isSetZone(),
unsetZone(),
setZone(IfcCoordinatedUniversalTimeOffset),
Ifc2x3tc1Package.getIfcLocalTime_Zone()void setZone(IfcCoordinatedUniversalTimeOffset value)
Zone' reference.
value - the new value of the 'Zone' reference.isSetZone(),
unsetZone(),
getZone()void unsetZone()
Zone' reference.
boolean isSetZone()
Zone' reference is set.
unsetZone(),
getZone(),
setZone(IfcCoordinatedUniversalTimeOffset)int getDaylightSavingOffset()
If the meaning of the 'Daylight Saving Offset' attribute isn't clear, there really should be more of a description here...
isSetDaylightSavingOffset(),
unsetDaylightSavingOffset(),
setDaylightSavingOffset(int),
Ifc2x3tc1Package.getIfcLocalTime_DaylightSavingOffset()void setDaylightSavingOffset(int value)
Daylight Saving Offset' attribute.
value - the new value of the 'Daylight Saving Offset' attribute.isSetDaylightSavingOffset(),
unsetDaylightSavingOffset(),
getDaylightSavingOffset()void unsetDaylightSavingOffset()
Daylight Saving Offset' attribute.
boolean isSetDaylightSavingOffset()
Daylight Saving Offset' attribute is set.
unsetDaylightSavingOffset(),
getDaylightSavingOffset(),
setDaylightSavingOffset(int)Copyright © 2016 OpenSource BIM. All rights reserved.