oracle.apps.cz.cio
Class ValidationDeltaValidator.ValidationChange
java.lang.Object
|
+--oracle.apps.cz.cio.ValidatorChange
|
+--oracle.apps.cz.cio.ValidationDeltaValidator.ValidationChange
- All Implemented Interfaces:
- IValidatorChange
- Enclosing class:
- ValidationDeltaValidator
- public class ValidationDeltaValidator.ValidationChange
- extends ValidatorChange
| Method Summary |
java.lang.String |
getMessage(oracle.apps.cz.cio.ValidationFailure failure)
|
int |
getStatus(oracle.apps.cz.cio.ValidationFailure failure)
|
int |
getType()
Returns of the type of this change which corresponds to its DeltaValidator type |
oracle.apps.cz.cio.ValidationFailure |
getValidationFailure(oracle.apps.cz.cio.ValidationFailure newFailure)
|
com.sun.java.util.collections.Collection |
getValidationFailures()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ValidationDeltaValidator.ValidationChange
public ValidationDeltaValidator.ValidationChange(oracle.apps.cz.cio.IRuntimeNode node)
getValidationFailures
public com.sun.java.util.collections.Collection getValidationFailures()
getValidationFailure
public oracle.apps.cz.cio.ValidationFailure getValidationFailure(oracle.apps.cz.cio.ValidationFailure newFailure)
getStatus
public int getStatus(oracle.apps.cz.cio.ValidationFailure failure)
getMessage
public java.lang.String getMessage(oracle.apps.cz.cio.ValidationFailure failure)
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
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.