org.oddjob.designer.elements.date
Class TimeZoneAttribute

java.lang.Object
  extended byjava.util.Observable
      extended byorg.oddjob.designer.model.SimpleAttribute
          extended byorg.oddjob.designer.elements.date.TimeZoneAttribute
All Implemented Interfaces:
DesignAttribute, DesignElement

public class TimeZoneAttribute
extends SimpleAttribute


Constructor Summary
TimeZoneAttribute()
           
 
Method Summary
 DesignDefinition detail()
          The method is overridden by sub classes which have a detailed definition for their configuration.
 
Methods inherited from class org.oddjob.designer.model.SimpleAttribute
attribute, attribute, clear, hasDetail
 
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, toString, wait, wait, wait
 

Constructor Detail

TimeZoneAttribute

public TimeZoneAttribute()
Method Detail

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 SimpleAttribute