Uses of Class
joynr.types.ProviderScope
-
Packages that use ProviderScope Package Description joynr.types -
-
Uses of ProviderScope in joynr.types
Methods in joynr.types that return ProviderScope Modifier and Type Method Description static ProviderScopeProviderScope. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberProviderScopeProviderQos. getScope()Gets Scopestatic ProviderScopeProviderScope. 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.Methods in joynr.types with parameters of type ProviderScope Modifier and Type Method Description voidProviderQos. setScope(ProviderScope scope)Sets ScopeConstructors in joynr.types with parameters of type ProviderScope Constructor Description ProviderQos(CustomParameter[] customParameters, Long priority, ProviderScope scope, Boolean supportsOnChangeSubscriptions)Parameterized constructor
-