org.oddjob.arooa.types
Class ValueType.ValueDesignFactory
java.lang.Object
org.oddjob.arooa.types.ValueType.ValueDesignFactory
- All Implemented Interfaces:
- DesignFactory
- Enclosing class:
- ValueType
public static class ValueType.ValueDesignFactory
- extends Object
- implements DesignFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueType.ValueDesignFactory
public ValueType.ValueDesignFactory()
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.