Uses of Class
joynr.types.DiscoveryScope
-
Packages that use DiscoveryScope Package Description joynr.types -
-
Uses of DiscoveryScope in joynr.types
Methods in joynr.types that return DiscoveryScope Modifier and Type Method Description DiscoveryScopeDiscoveryQos. getDiscoveryScope()Gets DiscoveryScopestatic DiscoveryScopeDiscoveryScope. getEnumValue(Integer ordinal)Get the matching enum for an ordinal numberstatic DiscoveryScopeDiscoveryScope. valueOf(String name)Returns the enum constant of this type with the specified name.static DiscoveryScope[]DiscoveryScope. 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 DiscoveryScope Modifier and Type Method Description voidDiscoveryQos. setDiscoveryScope(DiscoveryScope discoveryScope)Sets DiscoveryScopeConstructors in joynr.types with parameters of type DiscoveryScope Constructor Description DiscoveryQos(Long cacheMaxAge, Long discoveryTimeout, DiscoveryScope discoveryScope, Boolean providerMustSupportOnChange)Parameterized constructor
-