public class XLightTimestampAttribute
extends java.lang.Object
implements org.deckfour.xes.model.XAttributeTimestamp
| Constructor and Description |
|---|
XLightTimestampAttribute(java.lang.String key,
long value) |
XLightTimestampAttribute(java.lang.String key,
long value,
org.deckfour.xes.extension.XExtension xExtension) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XAttributable arg1) |
java.lang.Object |
clone() |
int |
compareTo(org.deckfour.xes.model.XAttribute o) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
org.deckfour.xes.extension.XExtension |
getExtension() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
java.lang.String |
getKey() |
java.util.Date |
getValue() |
long |
getValueMillis() |
boolean |
hasAttributes() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap arg0) |
void |
setValue(java.util.Date arg0) |
void |
setValueMillis(long arg0) |
java.lang.String |
toString() |
public XLightTimestampAttribute(java.lang.String key,
long value)
public XLightTimestampAttribute(java.lang.String key,
long value,
org.deckfour.xes.extension.XExtension xExtension)
public void accept(org.deckfour.xes.model.XVisitor arg0,
org.deckfour.xes.model.XAttributable arg1)
accept in interface org.deckfour.xes.model.XAttributepublic org.deckfour.xes.extension.XExtension getExtension()
getExtension in interface org.deckfour.xes.model.XAttributepublic java.lang.String getKey()
getKey in interface org.deckfour.xes.model.XAttributepublic org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes in interface org.deckfour.xes.model.XAttributablepublic java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions in interface org.deckfour.xes.model.XAttributablepublic boolean hasAttributes()
hasAttributes in interface org.deckfour.xes.model.XAttributablepublic void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes in interface org.deckfour.xes.model.XAttributablepublic int compareTo(org.deckfour.xes.model.XAttribute o)
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>public java.util.Date getValue()
getValue in interface org.deckfour.xes.model.XAttributeTimestamppublic long getValueMillis()
getValueMillis in interface org.deckfour.xes.model.XAttributeTimestamppublic void setValue(java.util.Date arg0)
setValue in interface org.deckfour.xes.model.XAttributeTimestamppublic void setValueMillis(long arg0)
setValueMillis in interface org.deckfour.xes.model.XAttributeTimestamppublic java.lang.String toString()
toString in interface org.deckfour.xes.model.XAttributetoString in class java.lang.Objectpublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XAttributeclone in class java.lang.Object