org.seasar.tuigwaa.model.core.impl
クラス TgwElementImpl
java.lang.Object
org.seasar.tuigwaa.model.core.impl.TgwElementImpl
- すべての実装インタフェース:
- TgwElement
- 直系の既知のサブクラス:
- AbstractAttribute, TgwDomainImpl, TgwEntityImpl
- public abstract class TgwElementImpl
- extends Object
- implements TgwElement
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TgwElementImpl
public TgwElementImpl()
setParent
public void setParent(TgwElement parent)
- 定義:
- インタフェース
TgwElement
内の setParent
getParent
public TgwElement getParent()
- 定義:
- インタフェース
TgwElement
内の getParent
getName
public final String getName()
- 定義:
- インタフェース
TgwElement
内の getName
setName
public final void setName(String name)
- 定義:
- インタフェース
TgwElement
内の setName
getDisplayName
public final String getDisplayName()
- 定義:
- インタフェース
TgwElement
内の getDisplayName
setDisplayName
public final void setDisplayName(String displayName)
- 定義:
- インタフェース
TgwElement
内の setDisplayName
getDescription
public final String getDescription()
- 定義:
- インタフェース
TgwElement
内の getDescription
setDescription
public final void setDescription(String description)
- 定義:
- インタフェース
TgwElement
内の setDescription
addChild
public final void addChild(TgwElement elem)
- 定義:
- インタフェース
TgwElement
内の addChild
clearChildren
public final void clearChildren()
getChild
public final TgwElement getChild(String name)
getChildByDisplayName
public final TgwElement getChildByDisplayName(String displayName)
removeChild
public final TgwElement removeChild(String name)
updateChild
public final void updateChild(TgwElement childElem)
- 定義:
- インタフェース
TgwElement
内の updateChild
getChildNameIterator
public final Iterator getChildNameIterator()
getChildList
public final List getChildList()
accept
public abstract Object accept(TgwElementVisitor visitor,
Object data)
- 定義:
- インタフェース
TgwElement
内の accept
swapChild
public final void swapChild(int i,
int j)
- 定義:
- インタフェース
TgwElement
内の swapChild
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.