public class DateValueNode extends ValueNode
| Modifier and Type | Field and Description |
|---|---|
static int |
VALUE
It is an attribute of this ate.
|
| Constructor and Description |
|---|
DateValueNode(int type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asParseableDefaultValue() |
void |
setValue(DateAttribute val)
Set the value.
|
java.lang.String |
toString() |
java.util.Date |
value(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
Compute the value of this node, either getting the string representation
fo the attribute or giving the literal.
|
public static final int VALUE
public void setValue(DateAttribute val)
val - The value to set.public java.util.Date value(org.deckfour.xes.model.XTrace pi,
java.util.LinkedList ates,
int ateNr)
throws AttributeNoValueException,
ParseAttributeException
pi - The current process instance.ate - The current audit trail entry of this pi.AttributeNoValueExceptionParseAttributeExceptionpublic java.lang.String asParseableDefaultValue()
asParseableDefaultValue in class ValueNode