org.asyrinx.joey.gen.model.rdb
クラス RdbEnumerationSet

java.lang.Object
  拡張org.asyrinx.joey.gen.model.Element
      拡張org.asyrinx.joey.gen.model.ElementSet
          拡張org.asyrinx.joey.gen.model.AbstractEnumerationSet
              拡張org.asyrinx.joey.gen.model.rdb.RdbEnumerationSet
すべての実装インタフェース:
java.lang.Cloneable

public class RdbEnumerationSet
extends AbstractEnumerationSet

作成者:
akima

フィールドの概要
 
クラス org.asyrinx.joey.gen.model.ElementSet から継承したフィールド
elementList
 
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド
log
 
コンストラクタの概要
RdbEnumerationSet(Database database)
           
 
メソッドの概要
 void add(RdbEnumeration enumeration)
           
 boolean contains(RdbEnumeration enumeration)
           
 RdbEnumeration getEnumeration(int index)
           
 RdbEnumeration getEnumeration(java.lang.String name)
           
 Database getParent()
           
 RdbEnumeration removeIndex(java.lang.String name)
           
 
クラス org.asyrinx.joey.gen.model.AbstractEnumerationSet から継承したメソッド
add, contains, isEntity
 
クラス org.asyrinx.joey.gen.model.ElementSet から継承したメソッド
add, clear, contains, contains, getElement, getElement, indexOf, indexOf, isEmpty, iterator, removeElement, size, toList
 
クラス org.asyrinx.joey.gen.model.Element から継承したメソッド
clone, getDescription, getFullName, getLabel, getName, getOption, getOptions, getOriginal, getParentElement, setDescription, setLabel, setName, setOptions, setOriginal, setParentElement
 
クラス java.lang.Object から継承したメソッド
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RdbEnumerationSet

public RdbEnumerationSet(Database database)
メソッドの詳細

getParent

public Database getParent()

add

public void add(RdbEnumeration enumeration)

contains

public boolean contains(RdbEnumeration enumeration)

getEnumeration

public RdbEnumeration getEnumeration(int index)

getEnumeration

public RdbEnumeration getEnumeration(java.lang.String name)

removeIndex

public RdbEnumeration removeIndex(java.lang.String name)


Copyright © 2004 asyrinx organization. All Rights Reserved.