org.oddjob.designer.elements.date
Class DayOfYearAttribute

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

public class DayOfYearAttribute
extends SimpleAttribute


Constructor Summary
DayOfYearAttribute()
           
 
Method Summary
 void attribute(java.lang.String attribute)
          Set the attribute text.
 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, 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

DayOfYearAttribute

public DayOfYearAttribute()
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

attribute

public void attribute(java.lang.String attribute)
Description copied from interface: DesignAttribute
Set the attribute text.

Specified by:
attribute in interface DesignAttribute
Overrides:
attribute in class SimpleAttribute