Uses of Class
org.opcfoundation.ua.core.BrowseDirection

Packages that use BrowseDirection
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of BrowseDirection in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as BrowseDirection
protected  BrowseDirection BrowseDescription.BrowseDirection
           
 

Fields in org.opcfoundation.ua.core with type parameters of type BrowseDirection
static EnumSet<BrowseDirection> BrowseDirection.ALL
           
static EnumSet<BrowseDirection> BrowseDirection.NONE
           
 

Methods in org.opcfoundation.ua.core that return BrowseDirection
 BrowseDirection BrowseDescription.getBrowseDirection()
           
static BrowseDirection BrowseDirection.valueOf(int value)
           
static BrowseDirection[] BrowseDirection.valueOf(int[] value)
           
static BrowseDirection BrowseDirection.valueOf(Integer value)
           
static BrowseDirection[] BrowseDirection.valueOf(Integer[] value)
           
static BrowseDirection BrowseDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BrowseDirection BrowseDirection.valueOf(UnsignedInteger value)
           
static BrowseDirection[] BrowseDirection.valueOf(UnsignedInteger[] value)
           
static BrowseDirection[] BrowseDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.opcfoundation.ua.core with parameters of type BrowseDirection
 void BrowseDescription.setBrowseDirection(BrowseDirection BrowseDirection)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type BrowseDirection
BrowseDescription(NodeId NodeId, BrowseDirection BrowseDirection, NodeId ReferenceTypeId, Boolean IncludeSubtypes, UnsignedInteger NodeClassMask, UnsignedInteger ResultMask)
           
 



Copyright © 2018. All rights reserved.