Uses of Class
net.dpml.annotation.CollectionPolicy

Packages that use CollectionPolicy
net.dpml.annotation Component annotations supporting lifestyle, lifecycle, collection, activiation, and service publication policies. 
net.dpml.runtime Component strategy runtime implementation. 
 

Uses of CollectionPolicy in net.dpml.annotation
 

Methods in net.dpml.annotation that return CollectionPolicy
static CollectionPolicy CollectionPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CollectionPolicy[] CollectionPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of CollectionPolicy in net.dpml.runtime
 

Methods in net.dpml.runtime that return CollectionPolicy
 CollectionPolicy ComponentStrategy.getCollectionPolicy()
          Return the assigned collection policy.