Package | Description |
---|---|
org.drools.template.parser |
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Column |
StringCell.getColumn() |
Column |
LongCell.getColumn() |
Column |
Cell.getColumn() |
Column |
BooleanCell.getColumn() |
Column |
ArrayCell.getColumn() |
Column |
TemplateContainer.getColumn(String name) |
Column |
DefaultTemplateContainer.getColumn(String name) |
Column |
ColumnFactory.getColumn(String value) |
Column[] |
TemplateContainer.getColumns() |
Column[] |
DefaultTemplateContainer.getColumns() |
Column |
ArrayColumn.getType() |
Constructor and Description |
---|
ArrayColumn(String n,
Column typeColumn) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.