org.oddjob.designer.elements.simple
Class BooleanAttribute

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

public class BooleanAttribute
extends SimpleAttribute

For an attribute that can only be true or false. One day this might do some validation.


Constructor Summary
BooleanAttribute()
           
 
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

BooleanAttribute

public BooleanAttribute()