org.asyrinx.joey.gen.command.rdb
クラス CheckNameDuplication

java.lang.Object
  拡張org.asyrinx.joey.gen.model.command.Command
      拡張org.asyrinx.joey.gen.command.rdb.RdbCommand
          拡張org.asyrinx.joey.gen.command.rdb.CheckNameDuplication
すべての実装インタフェース:
ElementVisitor, RdbVisitor
直系の既知のサブクラス:
CheckNameDuplication.Columns, CheckNameDuplication.EnumerationEntries, CheckNameDuplication.Enumerations, CheckNameDuplication.Tables

public abstract class CheckNameDuplication
extends RdbCommand

作成者:
takeshi

入れ子クラスの概要
static class CheckNameDuplication.Columns
           
static class CheckNameDuplication.EnumerationEntries
           
static class CheckNameDuplication.Enumerations
           
static class CheckNameDuplication.Tables
           
 
フィールドの概要
 
クラス org.asyrinx.joey.gen.model.command.Command から継承したフィールド
errors, log
 
コンストラクタの概要
CheckNameDuplication()
           
 
メソッドの概要
 void checkDuplication(Element targetParent)
           
protected abstract  java.util.Iterator getTargets(Element targetParent)
           
 
クラス org.asyrinx.joey.gen.command.rdb.RdbCommand から継承したメソッド
execute, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
 
クラス org.asyrinx.joey.gen.model.command.Command から継承したメソッド
addError, addError, addError, element2String, getErrors, isStrict, log, log, setStrict, visit
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CheckNameDuplication

public CheckNameDuplication()
メソッドの詳細

getTargets

protected abstract java.util.Iterator getTargets(Element targetParent)

checkDuplication

public void checkDuplication(Element targetParent)


Copyright © 2004-2005 asyrinx organization. All Rights Reserved.