public class OPCITEMRESULT extends Object
| Constructor and Description |
|---|
OPCITEMRESULT() |
| Modifier and Type | Method and Description |
|---|---|
static OPCITEMRESULT |
fromStruct(JIStruct struct) |
int |
getAccessRights() |
short |
getCanonicalDataType() |
short |
getReserved() |
int |
getServerHandle() |
static JIStruct |
getStruct() |
void |
setAccessRights(int accessRights) |
void |
setCanonicalDataType(short canonicalDataType) |
void |
setReserved(short reserved) |
void |
setServerHandle(int serverHandle) |
public int getAccessRights()
public void setAccessRights(int accessRights)
public short getCanonicalDataType()
public void setCanonicalDataType(short canonicalDataType)
public short getReserved()
public void setReserved(short reserved)
public int getServerHandle()
public void setServerHandle(int serverHandle)
public static JIStruct getStruct() throws JIException
JIExceptionpublic static OPCITEMRESULT fromStruct(JIStruct struct)
Copyright © 2017 LSST. All rights reserved.