public class XAttributeBooleanLiteImpl extends XAttributeLiteImpl implements org.deckfour.xes.model.XAttributeBoolean
| Constructor and Description |
|---|
XAttributeBooleanLiteImpl(java.lang.String key,
boolean value) |
XAttributeBooleanLiteImpl(java.lang.String key,
boolean value,
org.deckfour.xes.extension.XExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
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() |
accept, getAttributes, getExtension, getExtensions, getKey, hasAttributes, hashCode, setAttributespublic XAttributeBooleanLiteImpl(java.lang.String key,
boolean value)
public XAttributeBooleanLiteImpl(java.lang.String key,
boolean value,
org.deckfour.xes.extension.XExtension extension)
public boolean getValue()
getValue in interface org.deckfour.xes.model.XAttributeBooleanpublic void setValue(boolean value)
setValue in interface org.deckfour.xes.model.XAttributeBooleanpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XAttributeclone in class XAttributeLiteImplpublic boolean equals(java.lang.Object obj)
equals in class XAttributeLiteImplpublic int compareTo(org.deckfour.xes.model.XAttribute other)
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>compareTo in class XAttributeLiteImpl