Class OperationResult
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.property.OperationResult
Result of an transfer operation.
- Version:
- 11.3.1
- Author:
- jmback
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic OperationResultstatic OperationResultstatic OperationResult -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()booleanisModified(PropertyValue iOld) Check if the operation has modified the value.
-
Field Details
-
OKAY
-
FAILED
-
NOT_RESPONSIBLE
-
-
Constructor Details
-
OperationResult
public OperationResult() -
OperationResult
public OperationResult(boolean iSuccess) -
OperationResult
-
-
Method Details
-
isModified
Check if the operation has modified the value. If a value was returned by the operation, check if it does not equal the old value. Sometimes the operation does not set the value, then simply check if the operation succeeded.- Parameters:
iOld- old property value- Returns:
- true, if the value has been modified or if the operation has been succeeded.
-
getValue
-