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

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

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

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