org.deckfour.xes.model
Interface XAttributeLiteral
- All Superinterfaces:
- Cloneable, Comparable<XAttribute>, XAttributable, XAttribute
- All Known Implementing Classes:
- XAttributeLiteralImpl
public interface XAttributeLiteral
- extends XAttribute
Attribute with literal type value (i.e., string-based).
- Author:
- Christian W. Guenther (christian@deckfour.org)
Method Summary |
String |
getValue()
Retrieves the literal value of this attribute. |
void |
setValue(String value)
Assigns the literal value of this attribute. |
setValue
void setValue(String value)
- Assigns the literal value of this attribute.
- Parameters:
value
- Value of the attribute.
getValue
String getValue()
- Retrieves the literal value of this attribute.
- Returns:
- Value of this attribute.