Uses of Class
org.apache.felix.scrplugin.description.ReferenceStrategy

Packages that use ReferenceStrategy
org.apache.felix.scrplugin.description   
 

Uses of ReferenceStrategy in org.apache.felix.scrplugin.description
 

Methods in org.apache.felix.scrplugin.description that return ReferenceStrategy
 ReferenceStrategy ReferenceDescription.getStrategy()
           
static ReferenceStrategy ReferenceStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReferenceStrategy[] ReferenceStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.felix.scrplugin.description with parameters of type ReferenceStrategy
 void ReferenceDescription.setStrategy(ReferenceStrategy strategy)
           
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.