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.
 
Methods inherited from interface org.deckfour.xes.model.XAttribute
clone, getExtension, getKey
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, setAttributes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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.