org.progressmining.xeslite.external.model.attributes
Class XAttributeBooleanExternalImpl

java.lang.Object
  extended by org.progressmining.xeslite.external.model.attributes.XAttributeExternalImpl
      extended by org.progressmining.xeslite.external.model.attributes.XAttributeBooleanExternalImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<org.deckfour.xes.model.XAttribute>, org.deckfour.xes.model.XAttributable, org.deckfour.xes.model.XAttribute, org.deckfour.xes.model.XAttributeBoolean, XExternalAttributable

public class XAttributeBooleanExternalImpl
extends XAttributeExternalImpl
implements org.deckfour.xes.model.XAttributeBoolean

Author:
F. Mannhardt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.progressmining.xeslite.external.model.attributes.XAttributeExternalImpl
IMMUTABLE_ERROR
 
Constructor Summary
XAttributeBooleanExternalImpl(java.lang.String key, boolean value, XAttributeStore store)
           
XAttributeBooleanExternalImpl(java.lang.String key, boolean value, org.deckfour.xes.extension.XExtension extension, XAttributeStore store)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(org.deckfour.xes.model.XAttribute other)
           
 boolean equals(java.lang.Object obj)
           
 boolean getValue()
           
 void setValue(boolean value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.progressmining.xeslite.external.model.attributes.XAttributeExternalImpl
accept, getAttributes, getExtension, getExtensions, getId, getKey, getStore, hasAttributes, hashCode, setAttributes, setExtension, setId, setStore
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deckfour.xes.model.XAttribute
accept, getExtension, getKey
 
Methods inherited from interface org.deckfour.xes.model.XAttributable
getAttributes, getExtensions, hasAttributes, setAttributes
 

Constructor Detail

XAttributeBooleanExternalImpl

public XAttributeBooleanExternalImpl(java.lang.String key,
                                     boolean value,
                                     XAttributeStore store)

XAttributeBooleanExternalImpl

public XAttributeBooleanExternalImpl(java.lang.String key,
                                     boolean value,
                                     org.deckfour.xes.extension.XExtension extension,
                                     XAttributeStore store)
Method Detail

getValue

public boolean getValue()
Specified by:
getValue in interface org.deckfour.xes.model.XAttributeBoolean

setValue

public void setValue(boolean value)
Specified by:
setValue in interface org.deckfour.xes.model.XAttributeBoolean

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

clone

public java.lang.Object clone()
Specified by:
clone in interface org.deckfour.xes.model.XAttribute
Specified by:
clone in class XAttributeExternalImpl

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class XAttributeExternalImpl

compareTo

public int compareTo(org.deckfour.xes.model.XAttribute other)
Specified by:
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>
Overrides:
compareTo in class XAttributeExternalImpl