SMILA (incubation) API documentation

org.eclipse.smila.search.datadictionary.messages.ddconfig
Class DDefaultConfig

java.lang.Object
  extended by org.eclipse.smila.search.datadictionary.messages.ddconfig.DDefaultConfig

public class DDefaultConfig
extends java.lang.Object

Author:
brox IT-Solutions GmbH To change this generated comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DDefaultConfig()
           
 
Method Summary
 void addField(DField field)
           
 DField getField(int fieldNo)
           
 int getFieldCount()
           
 java.util.Iterator getFields()
           
 void setFields(DField[] fields)
          Sets the fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDefaultConfig

public DDefaultConfig()
Method Detail

addField

public void addField(DField field)

getField

public DField getField(int fieldNo)

getFieldCount

public int getFieldCount()

getFields

public java.util.Iterator getFields()
Returns:
Iterator

setFields

public void setFields(DField[] fields)
Sets the fields.

Parameters:
fields - The fields to set

SMILA (incubation) API documentation