|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.policy.join.ExpressionType
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);
Constructor Summary | |
---|---|
ExpressionType()
Creates a new instance of ExpressionType |
Method Summary | |
---|---|
void |
check(int expressionType)
|
int |
get()
Method will return the most significant expression type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExpressionType()
Method Detail |
public void check(int expressionType)
public int get()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |