org.spicefactory.pimento.type
Class BooleanType

java.lang.Object
  extended by org.spicefactory.pimento.type.AbstractPropertyType
      extended by org.spicefactory.pimento.type.BooleanType
All Implemented Interfaces:
PropertyType

public class BooleanType
extends AbstractPropertyType

Represents a Boolean property type.

Author:
Jens Halm

Constructor Summary
BooleanType()
           
 
Method Summary
 
Methods inherited from class org.spicefactory.pimento.type.AbstractPropertyType
getValueForSnapshot, prepareValueFromSnapshot, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanType

public BooleanType()