Uses of Class
com.ibm.pim.spec.Spec.Type

Packages that use Spec.Type
com.ibm.pim.spec   
 

Uses of Spec.Type in com.ibm.pim.spec
 

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

Methods in com.ibm.pim.spec with parameters of type Spec.Type
 Spec SpecManager.createSpec(java.lang.String specName, Spec.Type specType)
          Create a new spec
 java.util.Collection<Spec> SpecManager.getSpecs(Spec.Type type)
          Retrieves all Specs available of the specified type in the current context.