public class XesIntegerNumberAttributeImpl extends XesAttributeImpl implements XesIntegerNumberAttribute
Constructor and Description |
---|
XesIntegerNumberAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue() |
java.lang.Long |
getValue() |
void |
setValue(java.lang.Long value)
Sets the value for the attribute to the given value.
|
getExtension, getKey, getType, isSimple, setExtension, setKey, toString
addAttribute, getAttributes, getBoolean, getDateTime, getId, getIntegerNumber, getList, getRealNumber, getString, getStringValue, getType, setBoolean, setDateTime, setId, setIntegerNumber, setList, setRealNumber, setString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtension, getKey, getType, isSimple, setExtension, setKey
addAttribute, getAttributes, getBoolean, getDateTime, getId, getIntegerNumber, getList, getRealNumber, getString, getStringValue, getType, setBoolean, setDateTime, setId, setIntegerNumber, setList, setRealNumber, setString
public java.lang.String getStringValue()
getStringValue
in interface XesAttribute
public void setValue(java.lang.Long value)
XesIntegerNumberAttribute
setValue
in interface XesIntegerNumberAttribute
value
- The given value.public java.lang.Long getValue()
getValue
in interface XesIntegerNumberAttribute