Uses of Class
com.rapidtransform.spec.model.ClassConditionAssociation.ConditionType

Packages that use ClassConditionAssociation.ConditionType
com.rapidtransform.spec.model   
 

Uses of ClassConditionAssociation.ConditionType in com.rapidtransform.spec.model
 

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