public class OPCItemProperties extends BaseCOMObject
| Constructor and Description |
|---|
OPCItemProperties(IJIComObject opcItemProperties) |
| Modifier and Type | Method and Description |
|---|---|
KeyedResultSet<Integer,JIVariant> |
getItemProperties(String itemID,
int... properties) |
KeyedResultSet<Integer,String> |
lookupItemIDs(String itemID,
int... properties) |
Collection<PropertyDescription> |
queryAvailableProperties(String itemID) |
getCOMObjectpublic OPCItemProperties(IJIComObject opcItemProperties) throws IllegalArgumentException, UnknownHostException, JIException
public Collection<PropertyDescription> queryAvailableProperties(String itemID) throws JIException
JIExceptionpublic KeyedResultSet<Integer,JIVariant> getItemProperties(String itemID, int... properties) throws JIException
JIExceptionpublic KeyedResultSet<Integer,String> lookupItemIDs(String itemID, int... properties) throws JIException
JIExceptionCopyright © 2017 LSST. All rights reserved.