public class IntegerAttributeValue extends AttributeValueAdapter implements Serializable
m_wrappedObject
EMPTY_VALUE
Constructor and Description |
---|
IntegerAttributeValue(int wrappedObject) |
IntegerAttributeValue(Integer wrappedObject) |
Modifier and Type | Method and Description |
---|---|
int |
getIntValue()
Method getIntValue returns the intValue of this IntegerAttributeValue object.
|
Integer |
getValue()
Method getValue returns the value of this IntegerAttributeValue object.
|
equals, getTypeName, getUnspecifiedValue, hashCode, toString
public IntegerAttributeValue(int wrappedObject)
public IntegerAttributeValue(Integer wrappedObject) throws NullPointerException
NullPointerException
public int getIntValue()
public Integer getValue()
Copyright © 2004–2018 52north.org. All rights reserved.