org.seasar.tuigwaa.model.core.impl
クラス TgwDomainImpl
java.lang.Object
org.seasar.tuigwaa.model.core.impl.TgwElementImpl
org.seasar.tuigwaa.model.core.impl.TgwDomainImpl
- すべての実装インタフェース:
- TgwDomain, TgwElement
- public class TgwDomainImpl
- extends TgwElementImpl
- implements TgwDomain
クラス org.seasar.tuigwaa.model.core.impl.TgwElementImpl から継承したメソッド |
addChild, clearChildren, getChild, getChildByDisplayName, getChildList, getChildNameIterator, getDescription, getDisplayName, getName, getParent, removeChild, setDescription, setDisplayName, setName, setParent, swapChild, updateChild |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.tuigwaa.model.core.TgwElement から継承したメソッド |
addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild |
TgwDomainImpl
public TgwDomainImpl(String domainName)
addEntity
public void addEntity(TgwEntity entity)
- 定義:
- インタフェース
TgwDomain
内の addEntity
getEntity
public TgwEntity getEntity(String name)
- 定義:
- インタフェース
TgwDomain
内の getEntity
getEntityByDisplayName
public TgwEntity getEntityByDisplayName(String displayName)
- 定義:
- インタフェース
TgwDomain
内の getEntityByDisplayName
removeEntity
public TgwEntity removeEntity(String name)
getEntityList
public List getEntityList()
- 定義:
- インタフェース
TgwDomain
内の getEntityList
getEntityNameIterator
public Iterator getEntityNameIterator()
- 定義:
- インタフェース
TgwDomain
内の getEntityNameIterator
getNewRefList
public List getNewRefList(TgwEntity fromEntity)
- 定義:
- インタフェース
TgwDomain
内の getNewRefList
accept
public Object accept(TgwElementVisitor visitor,
Object data)
- 定義:
- インタフェース
TgwElement
内の accept
- 定義:
- クラス
TgwElementImpl
内の accept
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.