IfcRecurrencePattern

Inheritance: java.lang.Object, IfcEntity

Constructors

ConstructorDescription
IfcRecurrencePattern()

Methods

MethodDescription
getRecurrenceType()
setRecurrenceType(IfcRecurrenceTypeEnum value)
getDayComponent()
setDayComponent(IfcCollection value)
getWeekdayComponent()
setWeekdayComponent(IfcCollection value)
getMonthComponent()
setMonthComponent(IfcCollection value)
getPosition()
setPosition(IfcInteger value)
getInterval()
setInterval(IfcInteger value)
getOccurrences()
setOccurrences(IfcInteger value)
getTimePeriods()
setTimePeriods(IfcCollection value)

IfcRecurrencePattern()

public IfcRecurrencePattern()

getRecurrenceType()

public final IfcRecurrenceTypeEnum getRecurrenceType()

Returns: IfcRecurrenceTypeEnum

setRecurrenceType(IfcRecurrenceTypeEnum value)

public final void setRecurrenceType(IfcRecurrenceTypeEnum value)

getDayComponent()

public final IfcCollection<IfcDayInMonthNumber> getDayComponent()

Returns: IfcCollection

setDayComponent(IfcCollection value)

public final void setDayComponent(IfcCollection<IfcDayInMonthNumber> value)

getWeekdayComponent()

public final IfcCollection<IfcDayInWeekNumber> getWeekdayComponent()

Returns: IfcCollection

setWeekdayComponent(IfcCollection value)

public final void setWeekdayComponent(IfcCollection<IfcDayInWeekNumber> value)

getMonthComponent()

public final IfcCollection<IfcMonthInYearNumber> getMonthComponent()

Returns: IfcCollection

setMonthComponent(IfcCollection value)

public final void setMonthComponent(IfcCollection<IfcMonthInYearNumber> value)

getPosition()

public final IfcInteger getPosition()

Returns: IfcInteger

setPosition(IfcInteger value)

public final void setPosition(IfcInteger value)

getInterval()

public final IfcInteger getInterval()

Returns: IfcInteger

setInterval(IfcInteger value)

public final void setInterval(IfcInteger value)

getOccurrences()

public final IfcInteger getOccurrences()

Returns: IfcInteger

setOccurrences(IfcInteger value)

public final void setOccurrences(IfcInteger value)

getTimePeriods()

public final IfcCollection<IfcTimePeriod> getTimePeriods()

Returns: IfcCollection

setTimePeriods(IfcCollection value)

public final void setTimePeriods(IfcCollection<IfcTimePeriod> value)