SMILA (incubation) API documentation

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

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

public class DField
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
DField()
           
 
Method Summary
 DFieldConfig getFieldConfig()
           
 int getFieldNo()
           
 void setFieldConfig(DFieldConfig fieldConfig)
          Sets the fieldConfig.
 void setFieldNo(int fieldNo)
          Sets the fieldNo.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DField

public DField()
Method Detail

getFieldConfig

public DFieldConfig getFieldConfig()
Returns:
FieldConfig

getFieldNo

public int getFieldNo()
Returns:
int

setFieldConfig

public void setFieldConfig(DFieldConfig fieldConfig)
Sets the fieldConfig.

Parameters:
fieldConfig - The fieldConfig to set

setFieldNo

public void setFieldNo(int fieldNo)
Sets the fieldNo.

Parameters:
fieldNo - The fieldNo to set

SMILA (incubation) API documentation