public class WriteAttributeResult
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WriteAttributeResult |
OK
A constant that represents the
OKstate |
| Constructor and Description |
|---|
WriteAttributeResult()
Deprecated.
use the
OK constant instead |
WriteAttributeResult(java.lang.Throwable error)
Create a result with error information
|
public static final WriteAttributeResult OK
OKstate
@Deprecated public WriteAttributeResult()
OK constant insteadOKresult
public WriteAttributeResult(java.lang.Throwable error)
error - the error or null if the result is "ok"
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0