Class XCostAmount
- java.lang.Object
-
- org.deckfour.xes.extension.std.XAbstractNestedAttributeSupport<java.lang.Double>
-
- org.deckfour.xes.extension.std.cost.XCostAmount
-
public class XCostAmount extends XAbstractNestedAttributeSupport<java.lang.Double>
- Author:
- Eric Verbeek (h.m.w.verbeek@tue.nl)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassignValue(XAttribute attribute, java.lang.Double value)Abstract method to assign a value to an element.java.lang.DoubleextractValue(XAttribute attribute)Abstract method to extract a value from an element.static XCostAmountinstance()-
Methods inherited from class org.deckfour.xes.extension.std.XAbstractNestedAttributeSupport
assignNestedValues, assignValues, extractNestedValues, extractValues
-
-
-
-
Method Detail
-
instance
public static XCostAmount instance()
-
extractValue
public java.lang.Double extractValue(XAttribute attribute)
Description copied from class:XAbstractNestedAttributeSupportAbstract method to extract a value from an element.- Specified by:
extractValuein classXAbstractNestedAttributeSupport<java.lang.Double>- Parameters:
attribute- The element to extract the value from.- Returns:
- The extracted value.
-
assignValue
public void assignValue(XAttribute attribute, java.lang.Double value)
Description copied from class:XAbstractNestedAttributeSupportAbstract method to assign a value to an element.- Specified by:
assignValuein classXAbstractNestedAttributeSupport<java.lang.Double>- Parameters:
attribute- The element to assign the value to.value- The value to be assigned.
-
-