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

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

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

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