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, 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.String value)
XesStringAttribute
setValue
in interface XesStringAttribute
value
- The given value.public java.lang.String getValue()
getValue
in interface XesStringAttribute