public interface IntRule extends ModelEntity
| Modifier and Type | Method and Description |
|---|---|
IntRuleFeature |
create(java.lang.String tag)
Create a child feature.
|
IntRuleFeatureList |
feature()
Returns integration rule features.
|
IntRuleFeature |
feature(java.lang.String tag)
Returns an integration rule feature.
|
java.lang.String |
frame()
Returns the frame of the integration rule.
|
IntRule |
frame(java.lang.String frameTag)
Sets the frame of the integration rule.
|
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringIntRuleFeature create(java.lang.String tag)
tag - Feature tag.IntRuleFeatureList feature()
IntRuleFeature feature(java.lang.String tag)
tag - Tag of integration rule.java.lang.String frame()
IntRule frame(java.lang.String frameTag)
frameTag - Frame of integration rule.