Uses of Class
com.rapidtransform.spec.model.DesignConstraintRelation.RelationType

Packages that use DesignConstraintRelation.RelationType
com.rapidtransform.spec.model   
 

Uses of DesignConstraintRelation.RelationType in com.rapidtransform.spec.model
 

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

Methods in com.rapidtransform.spec.model with parameters of type DesignConstraintRelation.RelationType
 void DesignConstraintRelation.setType(DesignConstraintRelation.RelationType type)