org.deckfour.xes.model
Interface XAttributeID

All Superinterfaces:
Cloneable, Comparable<XAttribute>, XAttributable, XAttribute
All Known Implementing Classes:
XAttributeIDImpl

public interface XAttributeID
extends XAttribute

Author:
Eric Verbeek (h.m.w.verbeek@tue.nl)

Method Summary
 XID getValue()
          Retrieves the ID value of this attribute.
 void setValue(XID value)
          Assigns the ID value of this attribute.
 
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, clone, getExtension, getKey
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

setValue

void setValue(XID value)
Assigns the ID value of this attribute.

Parameters:
value - Value of the attribute.

getValue

XID getValue()
Retrieves the ID value of this attribute.

Returns:
Value of this attribute.