| Package | Description |
|---|---|
| org.drools.core.factmodel |
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
ClassDefinition.getField(int index)
Returns the field at position index, as defined by the builder using the @position annotation
|
FieldDefinition |
ClassDefinition.getField(String fieldName)
Returns the field definition object for the given field name
|
FieldDefinition |
ClassDefinition.getFieldByAlias(String alias) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FieldDefinition> |
ClassDefinition.getFieldsDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDefinition.addField(FieldDefinition attr)
Adds a field definition to this class
|
int |
FieldDefinition.compareTo(FieldDefinition other) |
static Object |
BuildUtils.getDefaultValue(FieldDefinition fld) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.