| Package | Description |
|---|---|
| joynr.types |
| Modifier and Type | Method and Description |
|---|---|
static ProviderScope |
ProviderScope.getEnumValue(Integer ordinal)
Get the matching enum for an ordinal number
|
ProviderScope |
ProviderQos.getScope()
Gets Scope
|
static ProviderScope |
ProviderScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderScope[] |
ProviderScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProviderQos.setScope(ProviderScope scope)
Sets Scope
|
| Constructor and Description |
|---|
ProviderQos(CustomParameter[] customParameters,
Long priority,
ProviderScope scope,
Boolean supportsOnChangeSubscriptions)
Parameterized constructor
|
Copyright © 2021. All rights reserved.