Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

oracle.apps.cz.cio
Class UiExpressionDeltaValidator.ExpressionChange

java.lang.Object
  |
  +--oracle.apps.cz.cio.ValidatorChange
        |
        +--oracle.apps.cz.cio.UiExpressionDeltaValidator.ExpressionChange
All Implemented Interfaces:
IValidatorChange
Enclosing class:
UiExpressionDeltaValidator

public static final class UiExpressionDeltaValidator.ExpressionChange
extends ValidatorChange

Field Summary

Fields inherited from class oracle.apps.cz.cio.ValidatorChange
RCS_ID, RCS_ID_RECORDED

Fields inherited from interface oracle.apps.cz.cio.IValidatorChange
DP_CHANGE, DPN_CHANGE, EP_CHANGE, LP_CHANGE, LPN_CHANGE

Constructor Summary
UiExpressionDeltaValidator.ExpressionChange(com.sun.java.util.collections.Map changes, com.sun.java.util.collections.Map snapshot)

Method Summary
com.sun.java.util.collections.Map getChangedExpressions()
java.lang.Object getChangedExpressionValue(int id, byte type)
com.sun.java.util.collections.Map getExpressions()
java.lang.Object getExpressionValue(int id, byte type)
java.lang.Object getExpressionValue(UiExpressionDeltaValidator.IdTypePair key)
int getType()
Returns of the type of this change which corresponds to its DeltaValidator type
java.lang.String toString()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

UiExpressionDeltaValidator.ExpressionChange

public UiExpressionDeltaValidator.ExpressionChange(com.sun.java.util.collections.Map changes,
                                                   com.sun.java.util.collections.Map snapshot)

Method Detail

getExpressions

public com.sun.java.util.collections.Map getExpressions()

getChangedExpressions

public com.sun.java.util.collections.Map getChangedExpressions()

getExpressionValue

public java.lang.Object getExpressionValue(int id,
                                           byte type)

getExpressionValue

public java.lang.Object getExpressionValue(UiExpressionDeltaValidator.IdTypePair key)

getChangedExpressionValue

public java.lang.Object getChangedExpressionValue(int id,
                                                  byte type)

getType

public int getType()
Description copied from interface: IValidatorChange
Returns of the type of this change which corresponds to its DeltaValidator type

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Configuration Interface Object API Specification
Version: 11.5.10.23.13
Part No: B14186-01

Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.