Uses of Enum
org.apache.plc4x.java.opcua.readwrite.PermissionType
Packages that use PermissionType
-
Uses of PermissionType in org.apache.plc4x.java.opcua.readwrite
Fields in org.apache.plc4x.java.opcua.readwrite declared as PermissionTypeMethods in org.apache.plc4x.java.opcua.readwrite that return PermissionTypeModifier and TypeMethodDescriptionstatic PermissionTypePermissionType.enumForValue(long value) RolePermissionType.getPermissions()static PermissionTypeReturns 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 PermissionTypeModifierConstructorDescriptionRolePermissionType(NodeId roleId, PermissionType permissions) RolePermissionTypeBuilder(NodeId roleId, PermissionType permissions)