Uses of Enum Class
org.openscada.opc.dcom.da.OPCBROWSETYPE
Packages that use OPCBROWSETYPE
Package
Description
-
Uses of OPCBROWSETYPE in org.openscada.opc.dcom.da
Methods in org.openscada.opc.dcom.da that return OPCBROWSETYPEModifier and TypeMethodDescriptionstatic OPCBROWSETYPEOPCBROWSETYPE.fromID(int id) static OPCBROWSETYPEReturns the enum constant of this class with the specified name.static OPCBROWSETYPE[]OPCBROWSETYPE.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OPCBROWSETYPE in org.openscada.opc.dcom.da.impl
Methods in org.openscada.opc.dcom.da.impl with parameters of type OPCBROWSETYPEModifier and TypeMethodDescriptionOPCBrowseServerAddressSpace.browse(OPCBROWSETYPE browseType, String filterCriteria, int accessRights, int dataType) -
Uses of OPCBROWSETYPE in org.openscada.opc.lib.da.browser
Methods in org.openscada.opc.lib.da.browser with parameters of type OPCBROWSETYPEModifier and TypeMethodDescriptionprotected Collection<String> BaseBrowser.browse(OPCBROWSETYPE type, String filterCriteria, EnumSet<Access> accessMask, int variantType) Perform the browse operation.