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

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

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

Methods in com.rapidtransform.product.model that return ProductStructureRelation.RelationType
 ProductStructureRelation.RelationType ProductStructureRelation.getType()
           
static ProductStructureRelation.RelationType ProductStructureRelation.RelationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProductStructureRelation.RelationType[] ProductStructureRelation.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 ProductStructureRelation.RelationType
 void ProductStructureRelation.setType(ProductStructureRelation.RelationType type)