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:
- Serializable, AttributeValue
public class BooleanAttributeValue
- extends AttributeValueAdapter
- implements Serializable
Boolean attribute value.
- Version:
- $Revision: 3422 $
- 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. |
Boolean |
getValue()
Method getValue returns the value of this BooleanAttributeValue object. |
BooleanAttributeValue
public BooleanAttributeValue(Boolean wrappedObject)
throws NullPointerException
- creates new BooleanAttributeValue.
- Parameters:
wrappedObject
- the concrete boolean object, asserts wrappedObject != null.
- Throws:
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 Boolean getValue()
- Method getValue returns the value of this BooleanAttributeValue object.
- Returns:
- the value (type Boolean) of this BooleanAttributeValue object.
Copyright © 2004–2013 52north.org. All rights reserved.