Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.trees.validator
Interface Validator

All Known Subinterfaces:
TreeStructureValidator, TreeVersionValidator
All Known Implementing Classes:
AllowNodeLevelSecurityValidator, AvailableDataSourcesValidator, AvailableLabelDataSourcesValidator, AvailableNodeValidator, BaseValidator, ColFlattenedTableValidator, DataSourceMaxDepthValidator, DateRestrictedNodeValidator, DuplicateNodeValidator, EffectiveDateValidator, LabelEnabledNodeValidator, MultipleActiveVersionValidator, NodeRelationshipValidator, OnlineTreeVersionValidator, RangeBasedNodeValidator, RestrictByDateValidator, RestrictBySetIdValidator, RootNodeValidator, RowFlattenedTableValidator, SetIdRestrictedNodeValidator, TerminalNodeValidator, TreeNodeTableValidator, UsageLimitValidator

public interface Validator

Validator interface which used by Tree Structure and Tree Version validators.

Author:
Abhay K Kumar <abhay.k.kumar@oracle.com>

Method Summary
 java.lang.String getCode()
          Get the validator code.
 java.lang.String getDescription()
          Get the description for the validator.
 java.lang.String getName()
          Get the validator name.
 

Method Detail

getCode

java.lang.String getCode()
Get the validator code.

Returns:
String the validator code

getName

java.lang.String getName()
Get the validator name.

Returns:
String the validator name

getDescription

java.lang.String getDescription()
Get the description for the validator.

Returns:
String the description

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.