public class IfcRecurrencePattern extends IfcEntity
Constructor and Description |
---|
IfcRecurrencePattern() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcDayInMonthNumber> |
getDayComponent() |
IfcInteger |
getInterval() |
IfcCollection<IfcMonthInYearNumber> |
getMonthComponent() |
IfcInteger |
getOccurrences() |
IfcInteger |
getPosition() |
IfcRecurrenceTypeEnum |
getRecurrenceType() |
IfcCollection<IfcTimePeriod> |
getTimePeriods() |
IfcCollection<IfcDayInWeekNumber> |
getWeekdayComponent() |
void |
setDayComponent(IfcCollection<IfcDayInMonthNumber> value) |
void |
setInterval(IfcInteger value) |
void |
setMonthComponent(IfcCollection<IfcMonthInYearNumber> value) |
void |
setOccurrences(IfcInteger value) |
void |
setPosition(IfcInteger value) |
void |
setRecurrenceType(IfcRecurrenceTypeEnum value) |
void |
setTimePeriods(IfcCollection<IfcTimePeriod> value) |
void |
setWeekdayComponent(IfcCollection<IfcDayInWeekNumber> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcRecurrenceTypeEnum getRecurrenceType()
public final void setRecurrenceType(IfcRecurrenceTypeEnum value)
public final IfcCollection<IfcDayInMonthNumber> getDayComponent()
public final void setDayComponent(IfcCollection<IfcDayInMonthNumber> value)
public final IfcCollection<IfcDayInWeekNumber> getWeekdayComponent()
public final void setWeekdayComponent(IfcCollection<IfcDayInWeekNumber> value)
public final IfcCollection<IfcMonthInYearNumber> getMonthComponent()
public final void setMonthComponent(IfcCollection<IfcMonthInYearNumber> value)
public final IfcInteger getPosition()
public final void setPosition(IfcInteger value)
public final IfcInteger getInterval()
public final void setInterval(IfcInteger value)
public final IfcInteger getOccurrences()
public final void setOccurrences(IfcInteger value)
public final IfcCollection<IfcTimePeriod> getTimePeriods()
public final void setTimePeriods(IfcCollection<IfcTimePeriod> value)