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