org.deckfour.xes.model
Interface XAttributeBoolean

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

public interface XAttributeBoolean
extends XAttribute

Attribute with boolean type value.

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

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

Parameters:
value - Value of the attribute.

getValue

boolean getValue()
Retrieves the boolean value of this attribute.

Returns:
Value of this attribute.