Uses of Interface
org.deckfour.xes.model.XAttributeTimestamp

Packages that use XAttributeTimestamp
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
static XAttributeTimestamp XTimeExtension.ATTR_TIMESTAMP
          Timestamp attribute prototype.
 

Uses of XAttributeTimestamp in org.deckfour.xes.factory
 

Methods in org.deckfour.xes.factory that return XAttributeTimestamp
 XAttributeTimestamp XFactory.createAttributeTimestamp(String key, Date value, XExtension extension)
          Creates a new XES attribute with timestamp type (Factory method).
 XAttributeTimestamp XFactoryNaiveImpl.createAttributeTimestamp(String key, Date value, XExtension extension)
           
 XAttributeTimestamp XFactory.createAttributeTimestamp(String key, long millis, XExtension extension)
          Creates a new XES attribute with timestamp type (Factory method).
 XAttributeTimestamp XFactoryNaiveImpl.createAttributeTimestamp(String key, long millis, XExtension extension)
           
 

Uses of XAttributeTimestamp in org.deckfour.xes.model.impl
 

Classes in org.deckfour.xes.model.impl that implement XAttributeTimestamp
 class XAttributeTimestampImpl
          This class implements timestamp type attributes.