public interface IfcLocalTime extends IfcDateTimeSelect, IfcObjectReferenceSelect
| Modifier and Type | Method and Description |
|---|---|
long |
getDaylightSavingOffset()
Returns the value of the 'Daylight Saving Offset' attribute.
|
long |
getHourComponent()
Returns the value of the 'Hour Component' attribute.
|
long |
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(long value)
Sets the value of the '
Daylight Saving Offset' attribute. |
void |
setHourComponent(long value)
Sets the value of the '
Hour Component' attribute. |
void |
setMinuteComponent(long 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, removelong getHourComponent()
If the meaning of the 'Hour Component' attribute isn't clear, there really should be more of a description here...
setHourComponent(long),
Ifc2x3tc1Package.getIfcLocalTime_HourComponent()void setHourComponent(long value)
Hour Component' attribute.
value - the new value of the 'Hour Component' attribute.getHourComponent()long getMinuteComponent()
If the meaning of the 'Minute Component' attribute isn't clear, there really should be more of a description here...
isSetMinuteComponent(),
unsetMinuteComponent(),
setMinuteComponent(long),
Ifc2x3tc1Package.getIfcLocalTime_MinuteComponent()void setMinuteComponent(long 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(long)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)long 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(long),
Ifc2x3tc1Package.getIfcLocalTime_DaylightSavingOffset()void setDaylightSavingOffset(long 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(long)Copyright © 2018 OpenSource BIM. All rights reserved.