|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.bridge.util.xml.query.FieldDefinition
public class FieldDefinition
Defines options for a field to index.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
FieldDefinition()
Constructor |
|
| Method Summary | |
|---|---|
void |
configure(Element fieldElement)
Configures the field definition, using data from a DOM element |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String fieldName
public StepField stepField
public Pattern optional
| Constructor Detail |
|---|
public FieldDefinition()
| Method Detail |
|---|
public void configure(Element fieldElement)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||