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
Method Summary |
java.lang.Boolean |
get()
Get the property's value as a Boolean. |
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 |
DEFAULT_TYPE
public static final java.lang.Class DEFAULT_TYPE
get
public java.lang.Boolean get()
- Get the property's value as a Boolean.
- Returns:
- the property value as a Boolean
Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.