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

oracle.apps.cz.cio
Interface IValidatorChange

All Known Implementing Classes:
ValidatorChange

public interface IValidatorChange

This interface is used to represent any kind of DeltaValidator change. Implemented by all DeltaValidators to represent their specific change object.


Field Summary
static byte DP_CHANGE
           
static byte DPN_CHANGE
           
static byte EP_CHANGE
           
static byte LP_CHANGE
           
static byte LPN_CHANGE
           
static java.lang.String RCS_ID
           
static boolean RCS_ID_RECORDED
           

 

Method Summary
 int getType()
          Returns of the type of this change which corresponds to its DeltaValidator type

 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

LP_CHANGE

public static final byte LP_CHANGE

DP_CHANGE

public static final byte DP_CHANGE

EP_CHANGE

public static final byte EP_CHANGE

LPN_CHANGE

public static final byte LPN_CHANGE

DPN_CHANGE

public static final byte DPN_CHANGE

Method Detail

getType

public int getType()
Returns of the type of this change which corresponds to its DeltaValidator type

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.