|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XAttributeTimestamp
Attribute with timestamp type value.
Method Summary | |
---|---|
Date |
getValue()
Retrieves the timestamp value of this attribute. |
long |
getValueMillis()
Retrieves the timestamp value of this attribute, in milliseconds. |
void |
setValue(Date value)
Assigns the timestamp value of this attribute. |
void |
setValueMillis(long value)
Assigns the timestamp value of this attribute in milliseconds. |
Methods inherited from interface org.deckfour.xes.model.XAttribute |
---|
clone, getExtension, getKey |
Methods inherited from interface org.deckfour.xes.model.XAttributable |
---|
getAttributes, getExtensions, setAttributes |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void setValue(Date value)
value
- Value of the attribute.void setValueMillis(long value)
value
- Value of the attribute.Date getValue()
long getValueMillis()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |