Operations Summary: | |
void | init(in Rule rule, in long count) |
long | getCount() |
void | setCount(in long count) |
Rule | getRule() |
void | setRule(in Rule rule) |
Operations Inherited from Rule | |
copy, toString |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
RuleCount
initializer with contained rule and count.
Returns the count: OPTIONAL,
ZERO_OR_MORE,
ONCE_OR_MORE.
OPTIONAL,
ZERO_OR_MORE,
ONCE_OR_MORE.
OPTIONAL
ZERO_OR_MORE
ONCE_OR_MORE
Set the count. If count is not one of the defined values
OPTIONAL,
ZERO_OR_MORE,
ONCE_OR_MORE)
the call is ignored.
OPTIONAL
ZERO_OR_MORE
ONCE_OR_MORE
Returns the contained Rule
object.
Rule
object.
Set the contained Rule
object.