Uses of Class
joynr.types.CustomParameter
-
Packages that use CustomParameter Package Description joynr.types -
-
Uses of CustomParameter in joynr.types
Methods in joynr.types that return CustomParameter Modifier and Type Method Description CustomParameter[]ProviderQos. getCustomParameters()Gets CustomParametersMethods in joynr.types with parameters of type CustomParameter Modifier and Type Method Description voidProviderQos. setCustomParameters(CustomParameter[] customParameters)Sets CustomParametersConstructors in joynr.types with parameters of type CustomParameter Constructor Description CustomParameter(CustomParameter customParameterObj)Copy constructorProviderQos(CustomParameter[] customParameters, Long priority, ProviderScope scope, Boolean supportsOnChangeSubscriptions)Parameterized constructor
-