Uses of Class
org.springframework.osgi.service.importer.support.MemberType

Packages that use MemberType
org.springframework.osgi.service.importer.support Support package for OSGi service imports. 
 

Uses of MemberType in org.springframework.osgi.service.importer.support
 

Methods in org.springframework.osgi.service.importer.support that return MemberType
 MemberType OsgiServiceCollectionProxyFactoryBean.getMemberType()
          Sets the member type of this service collection.
static MemberType MemberType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MemberType[] MemberType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.springframework.osgi.service.importer.support with parameters of type MemberType
 void OsgiServiceCollectionProxyFactoryBean.setMemberType(MemberType type)
          Sets the member type of this service collection.
 



Copyright © 2006-2009 Spring Framework. All Rights Reserved.