public abstract class DateXAttribute<T> extends AbstractXAttribute<T,java.util.Date>
| Constructor and Description |
|---|
DateXAttribute(java.lang.Class<T> objectType,
java.lang.String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
correctType(org.deckfour.xes.model.XAttribute attr) |
protected java.util.Date |
getValue(org.deckfour.xes.model.XAttribute attr) |
getAttributables, getValuespublic DateXAttribute(java.lang.Class<T> objectType, java.lang.String attributeName)
protected java.util.Date getValue(org.deckfour.xes.model.XAttribute attr)
getValue in class AbstractXAttribute<T,java.util.Date>protected boolean correctType(org.deckfour.xes.model.XAttribute attr)
correctType in class AbstractXAttribute<T,java.util.Date>