|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
---|---|
org.drools.template.parser |
Uses of Column in org.drools.template.parser |
---|
Classes in org.drools.template.parser that implement Column | |
---|---|
class |
AbstractColumn
Base column of in a decision table |
class |
ArrayColumn
A column in a decision table that represents an array (comma-delimited) of values. |
class |
BooleanColumn
A column of type Long in a decision table |
class |
LongColumn
A column of type Long in a decision table |
class |
StringColumn
A column of type String in a decision table |
Methods in org.drools.template.parser that return Column | |
---|---|
Column |
ArrayCell.getColumn()
|
Column |
Cell.getColumn()
|
Column |
BooleanCell.getColumn()
|
Column |
LongCell.getColumn()
|
Column |
StringCell.getColumn()
|
Column |
DefaultTemplateContainer.getColumn(String name)
|
Column |
TemplateContainer.getColumn(String name)
|
Column |
ColumnFactory.getColumn(String value)
|
Column[] |
DefaultTemplateContainer.getColumns()
|
Column[] |
TemplateContainer.getColumns()
|
Column |
ArrayColumn.getType()
|
Constructors in org.drools.template.parser with parameters of type Column | |
---|---|
ArrayColumn(String n,
Column typeColumn)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |