public class OPCITEMDEF extends Object
| Constructor and Description |
|---|
OPCITEMDEF() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessPath() |
int |
getClientHandle() |
String |
getItemID() |
short |
getRequestedDataType() |
short |
getReserved() |
boolean |
isActive() |
void |
setAccessPath(String accessPath) |
void |
setActive(boolean active) |
void |
setClientHandle(int clientHandle) |
void |
setItemID(String itemID) |
void |
setRequestedDataType(short requestedDataType) |
void |
setReserved(short reserved) |
JIStruct |
toStruct()
Convert to structure to a J-Interop structure
|
public String getAccessPath()
public void setAccessPath(String accessPath)
public int getClientHandle()
public void setClientHandle(int clientHandle)
public boolean isActive()
public void setActive(boolean active)
public String getItemID()
public void setItemID(String itemID)
public short getRequestedDataType()
public void setRequestedDataType(short requestedDataType)
public short getReserved()
public void setReserved(short reserved)
public JIStruct toStruct() throws JIException
JIExceptionCopyright © 2017 LSST. All rights reserved.