org.oddjob.arooa.types
Class ValueType.ValueDesignFactory

java.lang.Object
  extended by org.oddjob.arooa.types.ValueType.ValueDesignFactory
All Implemented Interfaces:
DesignFactory
Enclosing class:
ValueType

public static class ValueType.ValueDesignFactory
extends Object
implements DesignFactory


Constructor Summary
ValueType.ValueDesignFactory()
           
 
Method Summary
 DesignInstance createDesign(ArooaElement element, ArooaContext arooaContext)
          Create a DesignInstance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueType.ValueDesignFactory

public ValueType.ValueDesignFactory()
Method Detail

createDesign

public DesignInstance createDesign(ArooaElement element,
                                   ArooaContext arooaContext)
Description copied from interface: DesignFactory
Create a DesignInstance.

Specified by:
createDesign in interface DesignFactory
Parameters:
element - The ArooaElement corresponding to the design.
arooaContext - The parent ArooaContext in which to create the design.
Returns:
The design.