public class XesStringAttributeImpl extends XesAttributeImpl implements XesStringAttribute
| Constructor and Description |
|---|
XesStringAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStringValue() |
java.lang.String |
getValue() |
void |
setValue(java.lang.String value)
Sets the value for the attribute to the given value.
|
getExtension, getKey, getType, isSimple, setExtension, setKey, toStringaddAttribute, getAttributes, getBoolean, getDateTime, getId, getIntegerNumber, getList, getRealNumber, getString, getStringValue, getType, setBoolean, setDateTime, setId, setIntegerNumber, setList, setRealNumber, setStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExtension, getKey, getType, isSimple, setExtension, setKeyaddAttribute, getAttributes, getBoolean, getDateTime, getId, getIntegerNumber, getList, getRealNumber, getString, getStringValue, getType, setBoolean, setDateTime, setId, setIntegerNumber, setList, setRealNumber, setStringpublic java.lang.String getStringValue()
getStringValue in interface XesAttributepublic void setValue(java.lang.String value)
XesStringAttributesetValue in interface XesStringAttributevalue - The given value.public java.lang.String getValue()
getValue in interface XesStringAttribute