Package org.openscada.opc.lib.da
Class ItemState
java.lang.Object
org.openscada.opc.lib.da.ItemState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintorg.jinterop.dcom.core.JIVariantgetValue()inthashCode()voidsetErrorCode(int errorCode) voidsetQuality(Short quality) voidsetTimestamp(Calendar timestamp) voidsetValue(org.jinterop.dcom.core.JIVariant value) toString()
-
Constructor Details
-
ItemState
-
ItemState
public ItemState()
-
-
Method Details
-
toString
-
getQuality
-
setQuality
-
getTimestamp
-
setTimestamp
-
getValue
public org.jinterop.dcom.core.JIVariant getValue() -
setValue
public void setValue(org.jinterop.dcom.core.JIVariant value) -
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
hashCode
public int hashCode() -
equals
-