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