org.oddjob.designer.elements
Class ScheduleDE
java.lang.Object
java.util.Observable
org.oddjob.designer.model.DesignAdult
org.oddjob.designer.model.DesignElementType
org.oddjob.designer.model.DesignElementAttribute
org.oddjob.designer.elements.ScheduleDE
- All Implemented Interfaces:
- DesignAttribute, DesignElement
- public class ScheduleDE
- extends DesignElementAttribute
| Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScheduleDE
public ScheduleDE()
detail
public DesignDefinition detail()
- Description copied from interface:
DesignElement
- The method is overridden by sub classes which have a detailed
definition for their configuration. For DesignElement which
hasn't got detail this method should never be called, and as such
it should throw a RuntimeException if it is.
- Specified by:
detail in interface DesignElement- Overrides:
detail in class DesignElementType
- Returns:
- The DesignDefinition for their configuration.
supportedTypes
public java.lang.String[] supportedTypes()
- Overrides:
supportedTypes in class DesignAdult
createType
public DesignElementType createType(java.lang.String type)
- Overrides:
createType in class DesignAdult
elements
public ElementWrapper[] elements()
toString
public java.lang.String toString()
toType
public Schedule toType()
throws org.xml.sax.SAXParseException
- Throws:
org.xml.sax.SAXParseException