Uses of Interface
org.deckfour.xes.model.XAttributeTimestamp
-
Packages that use XAttributeTimestamp Package Description org.deckfour.xes.extension.std org.deckfour.xes.factory org.deckfour.xes.model.impl -
-
Uses of XAttributeTimestamp in org.deckfour.xes.extension.std
Fields in org.deckfour.xes.extension.std declared as XAttributeTimestamp Modifier and Type Field Description static XAttributeTimestampXTimeExtension. ATTR_TIMESTAMPTimestamp attribute prototype. -
Uses of XAttributeTimestamp in org.deckfour.xes.factory
Methods in org.deckfour.xes.factory that return XAttributeTimestamp Modifier and Type Method Description XAttributeTimestampXFactory. createAttributeTimestamp(java.lang.String key, long millis, XExtension extension)Creates a new XES attribute with timestamp type (Factory method).XAttributeTimestampXFactory. createAttributeTimestamp(java.lang.String key, java.util.Date value, XExtension extension)Creates a new XES attribute with timestamp type (Factory method).XAttributeTimestampXFactoryNaiveImpl. createAttributeTimestamp(java.lang.String key, long millis, XExtension extension)XAttributeTimestampXFactoryNaiveImpl. createAttributeTimestamp(java.lang.String key, java.util.Date value, XExtension extension) -
Uses of XAttributeTimestamp in org.deckfour.xes.model.impl
Classes in org.deckfour.xes.model.impl that implement XAttributeTimestamp Modifier and Type Class Description classXAttributeTimestampImplThis class implements timestamp type attributes.
-