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.XAttribute
public org.deckfour.xes.extension.XExtension getExtension()
getExtension
in interface org.deckfour.xes.model.XAttribute
public java.lang.String getKey()
getKey
in interface org.deckfour.xes.model.XAttribute
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface org.deckfour.xes.model.XAttributable
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions
in interface org.deckfour.xes.model.XAttributable
public boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes
in interface org.deckfour.xes.model.XAttributable
public 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.XAttributeTimestamp
public long getValueMillis()
getValueMillis
in interface org.deckfour.xes.model.XAttributeTimestamp
public void setValue(java.util.Date arg0)
setValue
in interface org.deckfour.xes.model.XAttributeTimestamp
public void setValueMillis(long arg0)
setValueMillis
in interface org.deckfour.xes.model.XAttributeTimestamp
public java.lang.String toString()
toString
in interface org.deckfour.xes.model.XAttribute
toString
in class java.lang.Object
public java.lang.Object clone()
clone
in interface org.deckfour.xes.model.XAttribute
clone
in class java.lang.Object