Extension SDK 10.1.2


oracle.jdeveloper.cm.ds.db
Class AbstractValidator

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.AbstractValidator

All Implemented Interfaces:
DBObjectValidator
Direct Known Subclasses:
RelationValidator

public abstract class AbstractValidator
extends java.lang.Object
implements DBObjectValidator

Provides an abstract implementation of the DBOBjectValidator interface. Implementors can use this class as a starting point for validation logic.

Since:
9.0.5

Constructor Summary
AbstractValidator()

Method Summary
protected void validateName(java.lang.String name)
Validates a name to see if it is a legal identifier.

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

Methods inherited from interface oracle.jdeveloper.cm.ds.db.DBObjectValidator
validateObject, validateObject

Constructor Detail

AbstractValidator

public AbstractValidator()

Method Detail

validateName

protected void validateName(java.lang.String name)
                     throws ValidationException
Validates a name to see if it is a legal identifier.
Parameters:
name - the string requiring validation
Throws:
ValidationException

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.