org.seasar.tuigwaa.model.core
インタフェース TgwElement
- 既知のサブインタフェースの一覧:
- LinkAttribute, TgwAttribute, TgwDomain, TgwEntity
- 既知の実装クラスの一覧:
- AbstractAttribute, AbstractLinkAttribute, SetAttribute, TgwDomainImpl, TgwElementImpl, TgwEntityImpl
- public interface TgwElement
getParent
public TgwElement getParent()
setParent
public void setParent(TgwElement elem)
getName
public String getName()
setName
public void setName(String name)
getDisplayName
public String getDisplayName()
setDisplayName
public void setDisplayName(String displayName)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
addChild
public void addChild(TgwElement childElem)
updateChild
public void updateChild(TgwElement childElem)
accept
public Object accept(TgwElementVisitor visitor,
Object data)
swapChild
public void swapChild(int i,
int j)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.