Uses of Class
com.rapidtransform.classification.model.ClassificationType

Packages that use ClassificationType
com.rapidtransform.classification.model   
com.rapidtransform.part.model   
 

Uses of ClassificationType in com.rapidtransform.classification.model
 

Methods in com.rapidtransform.classification.model that return ClassificationType
static ClassificationType ClassificationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClassificationType[] ClassificationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ClassificationType in com.rapidtransform.part.model
 

Methods in com.rapidtransform.part.model that return ClassificationType
 ClassificationType ItemClassification.getType()
           
 

Methods in com.rapidtransform.part.model with parameters of type ClassificationType
 void ItemClassification.setType(ClassificationType type)