org.oddjob.arooa.design
Interface DynamicDesignInstance

All Superinterfaces:
DesignInstance

public interface DynamicDesignInstance
extends DesignInstance

A DesignInstance where the class changes.

See Also:
BeanType
Author:
rob

Method Summary
 DesignProperty[] getBeanProperties()
           
 String getClassName()
           
 void setClassName(String className)
           
 
Methods inherited from interface org.oddjob.arooa.design.DesignInstance
detail, element, getArooaContext
 

Method Detail

getClassName

String getClassName()

setClassName

void setClassName(String className)

getBeanProperties

DesignProperty[] getBeanProperties()