Joda System API

Uses of Interface
org.joda.property.type.BooleanicProperty

Packages that use BooleanicProperty
org.joda.property.impl.type   
org.joda.property.type   
 

Uses of BooleanicProperty in org.joda.property.impl.type
 

Classes in org.joda.property.impl.type that implement BooleanicProperty
 class AbstractBooleanicProperty
          Default implementation of a Booleanic property.
 class DefaultBooleanPrimitiveProperty
          Default implementation of a boolean property.
 class DefaultBooleanProperty
          Default implementation of a Boolean property.
 

Uses of BooleanicProperty in org.joda.property.type
 

Subinterfaces of BooleanicProperty in org.joda.property.type
 interface BooleanPrimitiveProperty
          BooleanProperty represents boolean properties that can be true or false and never null.
 interface BooleanProperty
          BooleanProperty represents Boolean properties that can be true, false or null.
 


Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.