org.oddjob.designer.elements.schedule
Class ParentSchedule
java.lang.Object
org.oddjob.arooa.design.DesignValueBase
org.oddjob.designer.elements.schedule.ParentSchedule
- All Implemented Interfaces:
- DesignInstance, ParsableDesignInstance
public abstract class ParentSchedule
- extends DesignValueBase
ParentSchedule
public ParentSchedule(ArooaElement element,
ArooaContext parentContext)
getRefinement
protected DesignProperty getRefinement()
element
public ArooaElement element()
- Description copied from interface:
DesignInstance
- Required for producing the XML.
- Specified by:
element
in interface DesignInstance
- Returns:
- The element.
tag
public QTag tag()
getArooaContext
public ArooaContext getArooaContext()
- Description copied from interface:
DesignInstance
- Get the
ArooaContext
associated with this instance.
- Specified by:
getArooaContext
in interface DesignInstance
- Returns:
- The context. Never null.
toString
public String toString()
- Overrides:
toString
in class Object