public class Rule extends RecordWrapper
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DESCRIPTION |
static java.lang.String |
INPUT_ENTRIES |
static java.lang.String |
OUTPUT_ENTRIES |
static java.lang.String |
RULE_TYPE |
| Constructor and Description |
|---|
Rule() |
Rule(RecordHolder holder) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputEntryAt(HolderFactory factory,
int index,
Entry entry) |
void |
addOutputEntryAt(HolderFactory factory,
int index,
Entry entry) |
java.lang.String |
getDescription() |
java.util.List<Entry> |
getInputEntries() |
java.util.List<Entry> |
getOutputEntries() |
java.lang.String |
getTypeName() |
void |
removeInputEntryAt(HolderFactory factory,
int index) |
void |
removeOutputEntryAt(HolderFactory factory,
int index) |
void |
setDescription(java.lang.String value) |
void |
setInputEntries(HolderFactory factory,
java.util.List<Entry> entries)
Sets the input entries.
|
void |
setInputEntries(ListHolder value) |
void |
setOutputEntries(HolderFactory factory,
java.util.List<Entry> entries)
Sets the output entries.
|
void |
setOutputEntries(ListHolder value) |
asMap, create, equals, getIntProperty, getProperty, hashCode, holder, isCreated, setIntProperty, setProperty, toCollection, toList, toSet, toString, unwrappublic static final java.lang.String RULE_TYPE
public static final java.lang.String DESCRIPTION
public static final java.lang.String INPUT_ENTRIES
public static final java.lang.String OUTPUT_ENTRIES
public Rule()
public Rule(RecordHolder holder)
holder - public java.lang.String getTypeName()
getTypeName in interface IRecordWrappergetTypeName in class RecordWrapperpublic java.lang.String getDescription()
public void setDescription(java.lang.String value)
value - public java.util.List<Entry> getInputEntries()
public void setInputEntries(ListHolder value)
value - public void setInputEntries(HolderFactory factory, java.util.List<Entry> entries)
factory - entries - public void addInputEntryAt(HolderFactory factory, int index, Entry entry)
factory - index - entry - public void removeInputEntryAt(HolderFactory factory, int index)
factory - index - public java.util.List<Entry> getOutputEntries()
public void setOutputEntries(ListHolder value)
value - public void setOutputEntries(HolderFactory factory, java.util.List<Entry> entries)
factory - entries - public void addOutputEntryAt(HolderFactory factory, int index, Entry entry)
factory - index - entry - public void removeOutputEntryAt(HolderFactory factory, int index)
factory - index - Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.