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