| Package | Description |
|---|---|
| org.openscada.opc.lib.da.browser |
| Modifier and Type | Method and Description |
|---|---|
static Access |
Access.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Access[] |
Access.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
FlatBrowser.browse(EnumSet<Access> accessMask) |
protected Collection<String> |
BaseBrowser.browse(OPCBROWSETYPE type,
String filterCriteria,
EnumSet<Access> accessMask,
int variantType)
Perform the browse operation.
|
Collection<String> |
FlatBrowser.browse(String filterCriteria,
EnumSet<Access> accessMask,
int variantType)
Perform a flat browse operation
|
| Constructor and Description |
|---|
TreeBrowser(OPCBrowseServerAddressSpace browser,
String filterCriteria,
EnumSet<Access> accessMask,
int variantType)
Browse for items with search parameters.
|
Copyright © 2017 LSST. All rights reserved.