org.asyrinx.joey.gen.model.rdb
クラス Index
java.lang.Object
org.asyrinx.joey.gen.model.Element
org.asyrinx.joey.gen.model.ElementSet
org.asyrinx.joey.gen.model.rdb.Index
- すべての実装インタフェース:
- java.lang.Cloneable
- 直系の既知のサブクラス:
- Unique
- public class Index
- extends ElementSet
- 作成者:
- akima
クラス org.asyrinx.joey.gen.model.Element から継承したフィールド |
log |
クラス 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, getElementType, 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 |
Index
public Index()
Index
public Index(Table parent)
Index
public Index(Table parent,
java.lang.String name)
isEntity
public boolean isEntity()
- 定義:
- クラス
ElementSet
内の isEntity
- 戻り値:
- Returns the entity.
add
public void add(IndexEntry entry)
contains
public boolean contains(IndexEntry entry)
getEntry
public IndexEntry getEntry(int index)
getEntry
public IndexEntry getEntry(java.lang.String name)
removeEntry
public IndexEntry removeEntry(java.lang.String name)
getParent
public Table getParent()
isUnique
public boolean isUnique()
- 戻り値:
- Returns the unique.
setUnique
public void setUnique(boolean unique)
- パラメータ:
unique
- The unique to set.
Copyright © 2004 asyrinx organization. All Rights Reserved.