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

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

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

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