public class FieldDefinition extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fieldName
Name of the field
This is different from stepField.getFieldName(), because the field can be virtual, in which
case it does have a name, but no stepfield.
|
Pattern |
optional |
StepField |
stepField
Reference to (a) definition of this field in the query.
|
| Constructor and Description |
|---|
FieldDefinition()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Element fieldElement)
Configures the field definition, using data from a DOM element
|
public String fieldName
public StepField stepField
public Pattern optional
public void configure(Element fieldElement)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}