Each condition type has an expectation of what type of value they are to receive. A condition on url domain most likey will expect its value type to be of string, while a condition on community ID would have a value of type integer.
the condition value type that is expected by this condition type. The condition value types are specified in the ValueTypeEnum class.
AConditionType Class | com.plumtree.portaluiinfrastructure.condition Namespace