public abstract class IfcWorkControl extends IfcControl
Constructor and Description |
---|
IfcWorkControl() |
Modifier and Type | Method and Description |
---|---|
IfcDateTimeSelect |
getCreationDate() |
IfcCollection<IfcPerson> |
getCreators() |
IfcTimeMeasure |
getDuration() |
IfcDateTimeSelect |
getFinishTime() |
IfcIdentifier |
getIdentifier() |
IfcLabel |
getPurpose() |
IfcDateTimeSelect |
getStartTime() |
IfcTimeMeasure |
getTotalFloat() |
IfcLabel |
getUserDefinedControlType() |
IfcWorkControlTypeEnum |
getWorkControlType() |
void |
setCreationDate(IfcDateTimeSelect value) |
void |
setCreators(IfcCollection<IfcPerson> value) |
void |
setDuration(IfcTimeMeasure value) |
void |
setFinishTime(IfcDateTimeSelect value) |
void |
setIdentifier(IfcIdentifier value) |
void |
setPurpose(IfcLabel value) |
void |
setStartTime(IfcDateTimeSelect value) |
void |
setTotalFloat(IfcTimeMeasure value) |
void |
setUserDefinedControlType(IfcLabel value) |
void |
setWorkControlType(IfcWorkControlTypeEnum value) |
getControls
getObjectType, isDefinedBy, setObjectType
getDecomposes, hasAssignments, hasAssociations, isDecomposedBy
getDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistory
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcIdentifier getIdentifier()
public final void setIdentifier(IfcIdentifier value)
public final IfcDateTimeSelect getCreationDate()
public final void setCreationDate(IfcDateTimeSelect value)
public final IfcCollection<IfcPerson> getCreators()
public final void setCreators(IfcCollection<IfcPerson> value)
public final IfcLabel getPurpose()
public final void setPurpose(IfcLabel value)
public final IfcTimeMeasure getDuration()
public final void setDuration(IfcTimeMeasure value)
public final IfcTimeMeasure getTotalFloat()
public final void setTotalFloat(IfcTimeMeasure value)
public final IfcDateTimeSelect getStartTime()
public final void setStartTime(IfcDateTimeSelect value)
public final IfcDateTimeSelect getFinishTime()
public final void setFinishTime(IfcDateTimeSelect value)
public final IfcWorkControlTypeEnum getWorkControlType()
public final void setWorkControlType(IfcWorkControlTypeEnum value)
public final IfcLabel getUserDefinedControlType()
public final void setUserDefinedControlType(IfcLabel value)