Uses of Class
com.ibm.pim.utils.Distribution.Type

Packages that use Distribution.Type
com.ibm.pim.utils   
 

Uses of Distribution.Type in com.ibm.pim.utils
 

Methods in com.ibm.pim.utils that return Distribution.Type
 Distribution.Type Distribution.getType()
          Retrieves the distribution type
static Distribution.Type Distribution.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Distribution.Type[] Distribution.Type.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.utils with parameters of type Distribution.Type
 Distribution RoutingManager.createDistribution(java.lang.String name, Distribution.Type type)
          Creates MDMPIM Distributions with a given type Returns the created Distribution Object