public class BooleanAttributeValue extends AttributeValueAdapter implements Serializable
m_wrappedObject
EMPTY_VALUE
Constructor and Description |
---|
BooleanAttributeValue(boolean wrappedObject)
creates new BooleanAttributeValue.
|
BooleanAttributeValue(Boolean wrappedObject)
creates new BooleanAttributeValue.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue()
Method getBooleanValue returns the booleanValue of this BooleanAttributeValue object.
|
Boolean |
getValue()
Method getValue returns the value of this BooleanAttributeValue object.
|
equals, getTypeName, getUnspecifiedValue, hashCode, toString
public BooleanAttributeValue(Boolean wrappedObject) throws NullPointerException
wrappedObject
- the concrete boolean object, asserts wrappedObject != null.NullPointerException
- if wrappedObject is null.public BooleanAttributeValue(boolean wrappedObject)
wrappedObject
- the boolean value.public boolean getBooleanValue()
public Boolean getValue()
Copyright © 2004–2016 52north.org. All rights reserved.