Represents a 'summary' of all acts that are scheduled to occur in the future
(whose effective time is greater than 'now' where is the time the instance is
authored.).
Used to indicate that the participation is a filtered subset of the total
participations of the same type owned by the Act.
Used when there is a need to limit the participations to the first, the last,
the next or some other filtered subset.
An occurrence that is scheduled to occur in the future. An Act whose
effective time is greater than 'now', where 'now' is the time the instance is
authored.
Represents a 'summary' of all acts that are scheduled to occur in the future
(whose effective time is greater than 'now' where is the time the instance is
authored.). The effectiveTime represents the outer boundary of all
occurrences, repeatNumber represents the total number of repetitions, etc.
Restricted to the nearest recent known occurrence scheduled to occur in the
future. The Act with the lowest effective time, still greater than 'now'.
('now' is the time the instance is authored.)
An occurrence that occurred or was scheduled to occur in the past. An Act
whose effective time is less than 'now'. ('now' is the time the instance is
authored.)
Restricted to the earliest known occurrence that occurred or was scheduled to
occur in the past. The Act with the lowest effective time. ('now' is the time
the instance is authored.)
Represents a 'summary' of all acts that previously occurred or were scheduled
to occur. The effectiveTime represents the outer boundary of all occurrences,
repeatNumber represents the total number of repetitions, etc. ('now' is the
time the instance is authored.)
Restricted to the most recent known occurrence that occurred or was scheduled
to occur in the past. The Act with the most recent effective time, still less
than 'now'. ('now' is the time the instance is authored.)
Represents a 'summary' of all acts that have occurred or were scheduled to
occur and which are scheduled to occur in the future. The effectiveTime
represents the outer boundary of all occurrences, repeatNumber represents the
total number of repetitions, etc.
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.