org.oddjob.arooa.design
Class DesignValueBase
java.lang.Object
org.oddjob.arooa.design.DesignValueBase
- All Implemented Interfaces:
- DesignInstance, ParsableDesignInstance
- Direct Known Subclasses:
- ParentSchedule
public abstract class DesignValueBase
- extends Object
DesignValueBase
public DesignValueBase(ArooaElement element,
ArooaContext parentContext)
DesignValueBase
public DesignValueBase(ArooaElement element,
ArooaClass classIdentifier,
ArooaContext parentContext)
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