org.oddjob.designer.elements.simple
Class NumberAttribute

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

public class NumberAttribute
extends SimpleAttribute

For an attribute that can only be a number. One day this might do some validation.


Constructor Summary
NumberAttribute()
           
 
Methods inherited from class org.oddjob.designer.model.SimpleAttribute
attribute, attribute, clear, detail, 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

NumberAttribute

public NumberAttribute()