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

oracle.apps.cz.cio
Class ValidatorChange

java.lang.Object
  |
  +--oracle.apps.cz.cio.ValidatorChange
All Implemented Interfaces:
IValidatorChange
Direct Known Subclasses:
AtpDeltaValidator.AtpChange, AvailabilityDeltaValidator.AvailabilityChange, ConnectionDeltaValidator.ConnectionChange, CountDeltaValidator.CountChange, DeletionDeltaValidator.DeletionChange, DependentConnectorsDeltaValidator.DependentConnectorsChange, DetailedSelectionStateDeltaValidator.DetailedSelectionStateChange, DisplayNameDeltaValidator.DisplayNameChange, DisplayNamePathDeltaValidator.DisplayNamePathChange, EligibleTargetsDeltaValidator.EligibleTargetsChange, GlobalEventCommandsDeltaValidator.GlobalEventCommandChange, InformationalMessageDeltaValidator.InfoMessageChange, InstalledBaseDeltaValidator.InstalledBaseChange, InstanceIndexDeltaValidator.InstanceIndexChange, InstanceNameDeltaValidator.InstanceNameChange, InstantiationDeltaValidator.InstantiationChange, LineTypeDeltaValidator.LineTypeChange, LoadStatusDeltaValidator.LoadStatusChange, LocationDeltaValidator.LocationChange, PathNameDeltaValidator.PathNameChange, PriceDeltaValidator.PriceChange, RequestsDeltaValidator.RequestsChange, RollUpAtpDeltaValidator.RollUpAtpChange, SelectionDeltaValidator.SelectionChange, StateDeltaValidator.StateChange, TextDeltaValidator.TextChange, TotalPriceDeltaValidator.TotalPriceChange, UiExpressionDeltaValidator.ExpressionChange, UnsatisfactionDeltaValidator.UnsatisfactionChange, UnsatisfiedRuleMessagesDeltaValidator.UnsatisfiedRuleMessagesChange, ValidationDeltaValidator.ValidationChange

public abstract class ValidatorChange
extends java.lang.Object
implements IValidatorChange

This is an abstract class that implements IValidatorChange and is used to represent any kind of DeltaValidator change. This should be extended by all DeltaValidators to represent their specific change object.


Field Summary
static java.lang.String RCS_ID
static boolean RCS_ID_RECORDED

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

Constructor Summary
ValidatorChange()

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

Methods inherited from interface oracle.apps.cz.cio.IValidatorChange
getType

Field Detail

RCS_ID

public static final java.lang.String RCS_ID

RCS_ID_RECORDED

public static final boolean RCS_ID_RECORDED

Constructor Detail

ValidatorChange

public ValidatorChange()

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.