public class IfcCalendarDate extends IfcEntity
Constructor and Description |
---|
IfcCalendarDate() |
Modifier and Type | Method and Description |
---|---|
IfcDayInMonthNumber |
getDayComponent() |
IfcMonthInYearNumber |
getMonthComponent() |
IfcYearNumber |
getYearComponent() |
void |
setDayComponent(IfcDayInMonthNumber value) |
void |
setMonthComponent(IfcMonthInYearNumber value) |
void |
setYearComponent(IfcYearNumber value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcDayInMonthNumber getDayComponent()
public final void setDayComponent(IfcDayInMonthNumber value)
public final IfcMonthInYearNumber getMonthComponent()
public final void setMonthComponent(IfcMonthInYearNumber value)
public final IfcYearNumber getYearComponent()
public final void setYearComponent(IfcYearNumber value)