org.n52.security.common.attributes
Class BooleanAttributeValue
java.lang.Object
org.n52.security.common.attributes.AttributeValueAdapter
org.n52.security.common.attributes.BooleanAttributeValue
- All Implemented Interfaces:
- java.io.Serializable, AttributeValue
public class BooleanAttributeValue
- extends AttributeValueAdapter
- implements java.io.Serializable
Class BooleanAttributeValue represents a boolean attribute value.
- Version:
- $Revision: 852 $
- Author:
- Marko Reiprecht
Created on 27.03.2007
- See Also:
- Serialized Form
Method Summary |
boolean |
getBooleanValue()
Method getBooleanValue returns the booleanValue of this BooleanAttributeValue object. |
java.lang.Boolean |
getValue()
Method getValue returns the value of this BooleanAttributeValue object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
BooleanAttributeValue
public BooleanAttributeValue(java.lang.Boolean wrappedObject)
throws java.lang.NullPointerException
- creates new BooleanAttributeValue.
- Parameters:
wrappedObject
- the concrete boolean object, asserts wrappedObject != null.
- Throws:
java.lang.NullPointerException
- if wrappedObject is null.
BooleanAttributeValue
public BooleanAttributeValue(boolean wrappedObject)
- creates new BooleanAttributeValue.
- Parameters:
wrappedObject
- the boolean value.
getBooleanValue
public boolean getBooleanValue()
- Method getBooleanValue returns the booleanValue of this BooleanAttributeValue object.
- Returns:
- the booleanValue (type boolean) of this BooleanAttributeValue object.
getValue
public java.lang.Boolean getValue()
- Method getValue returns the value of this BooleanAttributeValue object.
- Returns:
- the value (type Boolean) of this BooleanAttributeValue object.
Copyright © 2004-2009 52north.org. All Rights Reserved.