Uses of Class
io.adminshell.aas.v3.model.PermissionKind
-
Packages that use PermissionKind Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of PermissionKind in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return PermissionKind Modifier and Type Method Description PermissionKindPermission. getKindOfPermission()Description of the kind of permission.static PermissionKindPermissionKind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PermissionKind[]PermissionKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model with parameters of type PermissionKind Modifier and Type Method Description voidPermission. setKindOfPermission(PermissionKind kindOfPermission)Description of the kind of permission. -
Uses of PermissionKind in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type PermissionKind Modifier and Type Method Description BPermissionBuilder. kindOfPermission(PermissionKind kindOfPermission)This function allows setting a value for kindOfPermission -
Uses of PermissionKind in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as PermissionKind Modifier and Type Field Description protected PermissionKindDefaultPermission. kindOfPermissionMethods in io.adminshell.aas.v3.model.impl that return PermissionKind Modifier and Type Method Description PermissionKindDefaultPermission. getKindOfPermission()Methods in io.adminshell.aas.v3.model.impl with parameters of type PermissionKind Modifier and Type Method Description voidDefaultPermission. setKindOfPermission(PermissionKind kindOfPermission)
-