public class XAttributeIDLiteImpl extends XAttributeLiteImpl implements org.deckfour.xes.model.XAttributeID
| Constructor and Description |
|---|
XAttributeIDLiteImpl(java.lang.String key,
org.deckfour.xes.id.XID value) |
XAttributeIDLiteImpl(java.lang.String key,
org.deckfour.xes.id.XID 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) |
org.deckfour.xes.id.XID |
getValue() |
void |
setValue(org.deckfour.xes.id.XID value) |
java.lang.String |
toString() |
accept, getAttributes, getExtension, getExtensions, getKey, hasAttributes, hashCode, setAttributespublic XAttributeIDLiteImpl(java.lang.String key,
org.deckfour.xes.id.XID value)
public XAttributeIDLiteImpl(java.lang.String key,
org.deckfour.xes.id.XID value,
org.deckfour.xes.extension.XExtension extension)
public org.deckfour.xes.id.XID getValue()
getValue in interface org.deckfour.xes.model.XAttributeIDpublic void setValue(org.deckfour.xes.id.XID value)
setValue in interface org.deckfour.xes.model.XAttributeIDpublic 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