public class XesDateTimeAttributeImpl extends XesAttributeImpl implements XesDateTimeAttribute
Constructor and Description |
---|
XesDateTimeAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue() |
java.util.Date |
getValue() |
void |
setValue(java.util.Date 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.util.Date value)
XesDateTimeAttribute
setValue
in interface XesDateTimeAttribute
value
- The given value.public java.util.Date getValue()
getValue
in interface XesDateTimeAttribute