インタフェース
org.seasar.tuigwaa.model.core.TgwElement の使用

TgwElement を使用しているパッケージ
org.seasar.tuigwaa.model.core   
org.seasar.tuigwaa.model.core.impl   
 

org.seasar.tuigwaa.model.core での TgwElement の使用
 

org.seasar.tuigwaa.model.core での TgwElement のサブインタフェース
 interface TgwAttribute
           
 interface TgwDomain
           
 interface TgwEntity
          Tuigwaaのモデル(テーブル)を表す
 

TgwElement を返す org.seasar.tuigwaa.model.core のメソッド
 TgwElement TgwElement.getParent()
           
 

TgwElement 型のパラメータを持つ org.seasar.tuigwaa.model.core のメソッド
 void TgwElement.setParent(TgwElement elem)
           
 void TgwElement.addChild(TgwElement childElem)
           
 void TgwElement.updateChild(TgwElement childElem)
           
 

org.seasar.tuigwaa.model.core.impl での TgwElement の使用
 

org.seasar.tuigwaa.model.core.impl での TgwElement のサブインタフェース
 interface LinkAttribute
           
 

TgwElement を実装している org.seasar.tuigwaa.model.core.impl のクラス
 class AbstractAttribute
           
 class AbstractLinkAttribute
           
 class BooleanAttribute
          タイプが2択に対応
 class ByteArrayAttribute
          バイトの配列 Java から Tuigwaa Entity を作るときに使う
 class DateAttribute
          タイプが日付に対応
 class DoubleAttribute
          集計の時のみ使用
 class FileAttribute
          タイプがファイルに対応
 class FkAttribute
          タイプが関連データに対応
 class FloatAttribute
          タイプが小数に対応
 class IntegerAttribute
          タイプが整数・リストから整数選択に対応
 class LongAttribute
          IDに使用
 class NestedAttribute
          検索等で関連データタイプの参照先の型をあらわすのに使用
 class SecurityAttribute
          ログインユーザ名をあらわす型
 class SelfAttribute
          タイプが自己関連データに対応
 class SetAttribute
          タイプがリストから複数文字列選択・関連データのリストに対応
 class StringAttribute
          タイプが文字列・リストから文字列選択に対応
 class TgwDomainImpl
           
 class TgwElementImpl
           
 class TgwEntityImpl
           
 class TimestampAttribute
          データの登録日時・更新日時等で使用
 

TgwElement を返す org.seasar.tuigwaa.model.core.impl のメソッド
 TgwElement TgwElementImpl.getParent()
           
 TgwElement TgwElementImpl.getChild(String name)
           
 TgwElement TgwElementImpl.getChildByDisplayName(String displayName)
           
 TgwElement TgwElementImpl.removeChild(String name)
           
 

TgwElement 型のパラメータを持つ org.seasar.tuigwaa.model.core.impl のメソッド
 void TgwElementImpl.setParent(TgwElement parent)
           
 void TgwElementImpl.addChild(TgwElement elem)
           
 void TgwElementImpl.updateChild(TgwElement childElem)
           
 



Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.