com.ibm.itim.policy.join
Class ExpressionType

java.lang.Object
  |
  +--com.ibm.itim.policy.join.ExpressionType

public class ExpressionType
extends java.lang.Object

This class helps in joining expression types specified on provisioning parameter values: Conflicts are resolved using the following precedence sequence with the decreasing order of importance: com.ibm.itim.dataservices.model.policy.EXPRESSION_TYPE_REGULAR (regular expression) com.ibm.itim.dataservices.model.policy.EXPRESSION_TYPE_SCRIPT(covering constants);

Author:
mbraksator

Constructor Summary
ExpressionType()
          Creates a new instance of ExpressionType
 
Method Summary
 void check(int expressionType)
           
 int get()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionType

public ExpressionType()
Creates a new instance of ExpressionType
Method Detail

check

public void check(int expressionType)

get

public int get()