-
public interface BaseEvaluation<T extends Object>
-
-
Method Summary
Modifier and Type Method Description abstract TgetValue()abstract StringgetVariant()abstract StringgetReason()abstract ErrorCodegetErrorCode()abstract StringgetErrorMessage()-
-
Method Detail
-
getVariant
abstract String getVariant()
-
getErrorCode
abstract ErrorCode getErrorCode()
-
getErrorMessage
abstract String getErrorMessage()
-
-
-
-