Uses of Class
org.apache.plc4x.java.opcua.readwrite.PermissionType
-
Packages that use PermissionType Package Description org.apache.plc4x.java.opcua.readwrite -
-
Uses of PermissionType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as PermissionType Modifier and Type Field Description protected PermissionTypeRolePermissionType. permissionsMethods in org.apache.plc4x.java.opcua.readwrite that return PermissionType Modifier and Type Method Description static PermissionTypePermissionType. enumForValue(long value)PermissionTypeRolePermissionType. getPermissions()static PermissionTypePermissionType. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionType[]PermissionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.opcua.readwrite with parameters of type PermissionType Constructor Description RolePermissionType(NodeId roleId, PermissionType permissions)RolePermissionTypeBuilderImpl(NodeId roleId, PermissionType permissions)
-