org.n52.security.common.attributes
Class IntegerAttributeValue
java.lang.Object
org.n52.security.common.attributes.AttributeValueAdapter
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
Method Summary |
int |
getIntValue()
Method getIntValue returns the intValue of this IntegerAttributeValue object. |
Integer |
getValue()
Method getValue returns the value of this IntegerAttributeValue object. |
IntegerAttributeValue
public IntegerAttributeValue(int wrappedObject)
IntegerAttributeValue
public IntegerAttributeValue(Integer wrappedObject)
throws NullPointerException
- Throws:
NullPointerException
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.