Class OPERATION_RESULT
- java.lang.Object
-
- org.mases.datadistributionmanager.OPERATION_RESULT
-
public class OPERATION_RESULT extends java.lang.Object
Java mapper ofOPERATION_RESULT
-
-
Field Summary
Fields Modifier and Type Field Description static OPERATION_RESULT
E_FAIL
static OPERATION_RESULT
S_OK
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
boolean
getFailed()
boolean
getSuccess()
long
getValue()
int
hashCode()
-
-
-
Field Detail
-
S_OK
public static final OPERATION_RESULT S_OK
-
E_FAIL
public static final OPERATION_RESULT E_FAIL
-
-