Joda System API

org.joda.property.type
Interface BooleanProperty

All Superinterfaces:
BooleanicProperty, DataProperty, ModelElement, Property, java.io.Serializable
All Known Implementing Classes:
DefaultBooleanProperty

public interface BooleanProperty
extends BooleanicProperty

BooleanProperty represents Boolean properties that can be true, false or null.

Author:
Stephen Colebourne

Nested Class Summary
 
Nested classes inherited from class org.joda.property.Property
Property.Internal
 
Field Summary
static java.lang.Class DEFAULT_TYPE
           
 
Method Summary
 java.lang.Boolean get()
          Get the property's value as a Boolean.
 
Methods inherited from interface org.joda.property.type.BooleanicProperty
booleanValue, isFalse, isTrue, negate, set, toBoolean
 
Methods inherited from interface org.joda.property.type.DataProperty
toDataString
 
Methods inherited from interface org.joda.property.Property
addPropertyChangeListener, bean, equals, equalsValue, firePropertyChange, getContentName, getContentType, getPropertyName, getPropertyType, hashCode, isModifiable, isNull, isReadOnly, removePropertyChangeListener, set, setModifiable, setReadOnly, toObject, toString
 
Methods inherited from interface org.joda.property.ModelElement
getAttribute, getAttributeCount, getAttributeMap, setAttribute
 

Field Detail

DEFAULT_TYPE

public static final java.lang.Class DEFAULT_TYPE
Method Detail

get

public java.lang.Boolean get()
Get the property's value as a Boolean.

Returns:
the property value as a Boolean

Joda System API

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