Uses of Class
com.rapidtransform.part.model.ItemVersionRelation.RelationType

Packages that use ItemVersionRelation.RelationType
com.rapidtransform.part.model   
 

Uses of ItemVersionRelation.RelationType in com.rapidtransform.part.model
 

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

Methods in com.rapidtransform.part.model with parameters of type ItemVersionRelation.RelationType
 void ItemVersionRelation.setType(ItemVersionRelation.RelationType type)