IfcTask

Inheritance: java.lang.Object, IfcProcess

Constructors

ConstructorDescription
IfcTask()

Methods

MethodDescription
getTaskId()
setTaskId(IfcIdentifier value)
getStatus()
setStatus(IfcLabel value)
getWorkMethod()
setWorkMethod(IfcLabel value)
isMilestone()
setMilestone(boolean value)
getPriority()
setPriority(int value)

IfcTask()

public IfcTask()

getTaskId()

public final IfcIdentifier getTaskId()

Returns: IfcIdentifier

setTaskId(IfcIdentifier value)

public final void setTaskId(IfcIdentifier value)

getStatus()

public final IfcLabel getStatus()

Returns: IfcLabel

setStatus(IfcLabel value)

public final void setStatus(IfcLabel value)

getWorkMethod()

public final IfcLabel getWorkMethod()

Returns: IfcLabel

setWorkMethod(IfcLabel value)

public final void setWorkMethod(IfcLabel value)

isMilestone()

public final boolean isMilestone()

Returns: boolean

setMilestone(boolean value)

public final void setMilestone(boolean value)

getPriority()

public final int getPriority()

Returns: int

setPriority(int value)

public final void setPriority(int value)