org.n52.security.common.attributes
Class IntegerAttributeValue

java.lang.Object
  extended by org.n52.security.common.attributes.AttributeValueAdapter
      extended by org.n52.security.common.attributes.IntegerAttributeValue
All Implemented Interfaces:
Serializable, AttributeValue

public class IntegerAttributeValue
extends AttributeValueAdapter
implements Serializable

Integer attribute value.

Version:
$Revision: 3422 $
Author:
Marko Reiprecht Created on 26.03.2007
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.n52.security.common.attributes.AttributeValueAdapter
m_wrappedObject
 
Fields inherited from interface org.n52.security.common.attributes.AttributeValue
EMPTY_VALUE
 
Constructor Summary
IntegerAttributeValue(int wrappedObject)
           
IntegerAttributeValue(Integer wrappedObject)
           
 
Method Summary
 int getIntValue()
          Method getIntValue returns the intValue of this IntegerAttributeValue object.
 Integer getValue()
          Method getValue returns the value of this IntegerAttributeValue object.
 
Methods inherited from class org.n52.security.common.attributes.AttributeValueAdapter
equals, getTypeName, getUnspecifiedValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerAttributeValue

public IntegerAttributeValue(int wrappedObject)

IntegerAttributeValue

public IntegerAttributeValue(Integer wrappedObject)
                      throws NullPointerException
Throws:
NullPointerException
Method Detail

getIntValue

public int getIntValue()
Method getIntValue returns the intValue of this IntegerAttributeValue object.

Returns:
the intValue (type int) of this IntegerAttributeValue object.

getValue

public Integer getValue()
Method getValue returns the value of this IntegerAttributeValue object.

Returns:
the value (type Integer) of this IntegerAttributeValue object.


Copyright © 2004–2014 52north.org. All rights reserved.