Uses of Class
com.rapidtransform.product.model.ComplexProductRelation.RelationType

Packages that use ComplexProductRelation.RelationType
com.rapidtransform.product.model   
 

Uses of ComplexProductRelation.RelationType in com.rapidtransform.product.model
 

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

Methods in com.rapidtransform.product.model with parameters of type ComplexProductRelation.RelationType
 void ComplexProductRelation.setType(ComplexProductRelation.RelationType type)