Class OPERATION_RESULT
- java.lang.Object
-
- org.mases.datadistributionmanager.OPERATION_RESULT
-
public class OPERATION_RESULT extends java.lang.ObjectJava mapper ofOPERATION_RESULT
-
-
Field Summary
Fields Modifier and Type Field Description static OPERATION_RESULTE_FAILstatic OPERATION_RESULTS_OK
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)booleangetFailed()booleangetSuccess()longgetValue()inthashCode()
-
-
-
Field Detail
-
S_OK
public static final OPERATION_RESULT S_OK
-
E_FAIL
public static final OPERATION_RESULT E_FAIL
-
-