Package com.dnanexus
Class DXWorkflow.Modification<T>
- java.lang.Object
-
- com.dnanexus.DXWorkflow.Modification<T>
-
- Enclosing class:
- DXWorkflow
public static class DXWorkflow.Modification<T> extends Object
Represents the result of a workflow-modifying operation, along with the workflow's edit version after that operation.
-
-
Method Detail
-
getEditVersion
public int getEditVersion()
-
getValue
public T getValue()
-
-