| java.lang.Object org.mmbase.bridge.util.xml.query.FieldDefinition
FieldDefinition | public class FieldDefinition (Code) | | Defines options for a field to index.
author: Pierre van Rooden version: $Id: FieldDefinition.java,v 1.9 2007/08/06 10:02:58 michiel Exp $ since: MMBase-1.8 |
fieldName | public String fieldName(Code) | | 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.
|
stepField | public StepField stepField(Code) | | Reference to (a) definition of this field in the query.
|
FieldDefinition | public FieldDefinition()(Code) | | Constructor
|
configure | public void configure(Element fieldElement)(Code) | | Configures the field definition, using data from a DOM element
|
|
|