org.deckfour.xes.model
Interface XAttributeDiscrete

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

public interface XAttributeDiscrete
extends XAttribute

Attribute with discrete type value (i.e., long-precision integer).

Author:
Christian W. Guenther (christian@deckfour.org)

Method Summary
 long getValue()
          Retrieves the discrete value of this attribute.
 void setValue(long value)
          Assigns the discrete 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(long value)
Assigns the discrete value of this attribute.

Parameters:
value - Value of the attribute.

getValue

long getValue()
Retrieves the discrete value of this attribute.

Returns:
Value of this attribute.