Package org.openscada.opc.dcom.common
Class Result<T>
java.lang.Object
org.openscada.opc.dcom.common.Result<T>
- Direct Known Subclasses:
KeyedResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetValue()booleanisFailed()voidsetErrorCode(int errorCode) void
-
Constructor Details
-
Result
public Result() -
Result
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getValue
-
setValue
-
isFailed
public boolean isFailed()
-