com.servingxml.components.recordmapping
Class FieldAttributeMapFactoryAssembler

java.lang.Object
  extended by com.servingxml.components.recordmapping.FieldAttributeMapFactoryAssembler

public class FieldAttributeMapFactoryAssembler
extends java.lang.Object

The FieldAttributeMapFactoryAssembler implements an assembler for assembling FieldAttributeMap objects.


Constructor Summary
FieldAttributeMapFactoryAssembler()
           
 
Method Summary
 MapXmlFactory assemble(ConfigurationContext context)
           
 void setAttribute(java.lang.String qname)
           
 void setField(Name fieldName)
           
 void setSelect(java.lang.String selectExpr)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldAttributeMapFactoryAssembler

public FieldAttributeMapFactoryAssembler()
Method Detail

setSelect

public void setSelect(java.lang.String selectExpr)

setField

public void setField(Name fieldName)

setAttribute

public void setAttribute(java.lang.String qname)

setValue

public void setValue(java.lang.String value)

assemble

public MapXmlFactory assemble(ConfigurationContext context)