org.oddjob.arooa.design
Interface ParsableDesignInstance

All Superinterfaces:
DesignInstance
All Known Implementing Classes:
BaseDC, DesignComponentBase, DesignValueBase, EmptyDC, ParentSchedule

public interface ParsableDesignInstance
extends DesignInstance

This is an internal extension of a DesignInstance that provides information for parsing.

See Also:
DesignConfiguration
Author:
rob

Method Summary
 DesignProperty[] children()
          Subclasses implement this to provide the child properties.
 
Methods inherited from interface org.oddjob.arooa.design.DesignInstance
detail, element, getArooaContext
 

Method Detail

children

DesignProperty[] children()
Subclasses implement this to provide the child properties.

Returns:
Child properties. Must not be null.