| Package | Description |
|---|---|
| joynr.infrastructure.DacTypes |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.getEnumValue(Integer ordinal)
Get the matching enum for an ordinal number
|
Role |
DomainRoleEntry.getRole()
Gets Role
|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainRoleEntry.setRole(Role role)
Sets Role
|
| Constructor and Description |
|---|
DomainRoleEntry(String uid,
String[] domains,
Role role)
Parameterized constructor
|
Copyright © 2021. All rights reserved.