Uses of Enum Class
org.openscada.opc.lib.da.browser.Access
Packages that use Access
-
Uses of Access in org.openscada.opc.lib.da.browser
Methods in org.openscada.opc.lib.da.browser that return AccessModifier and TypeMethodDescriptionstatic AccessReturns the enum constant of this class with the specified name.static Access[]Access.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in org.openscada.opc.lib.da.browser with type arguments of type AccessModifier and TypeMethodDescriptionprotected Collection<String> BaseBrowser.browse(OPCBROWSETYPE type, String filterCriteria, EnumSet<Access> accessMask, int variantType) Perform the browse operation.Perform a flat browse operationConstructor parameters in org.openscada.opc.lib.da.browser with type arguments of type AccessModifierConstructorDescriptionTreeBrowser(OPCBrowseServerAddressSpace browser, String filterCriteria, EnumSet<Access> accessMask, int variantType) Browse for items with search parameters.