org.seasar.tuigwaa.model.core.impl
クラス SetAttribute

java.lang.Object
  拡張org.seasar.tuigwaa.model.core.impl.TgwElementImpl
      拡張org.seasar.tuigwaa.model.core.impl.AbstractAttribute
          拡張org.seasar.tuigwaa.model.core.impl.SetAttribute
すべての実装インタフェース:
LinkAttribute, RelationAttribute, TgwAttribute, TgwElement

public class SetAttribute
extends AbstractAttribute
implements LinkAttribute, RelationAttribute

タイプがリストから複数文字列選択・関連データのリストに対応

作成者:
nishioka

フィールドの概要
static String OPTION_M2M
           
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したフィールド
log
 
インタフェース org.seasar.tuigwaa.model.core.TgwAttribute から継承したフィールド
TYPE_BOOLEAN, TYPE_BYTEARRAY, TYPE_DATE, TYPE_FILE, TYPE_FK, TYPE_FLOAT, TYPE_INTEGER, TYPE_LONG, TYPE_SECURITY, TYPE_SELF, TYPE_SET, TYPE_STRING, TYPE_STRINGARRAY, TYPE_TIMESTAMP
 
コンストラクタの概要
SetAttribute()
           
 
メソッドの概要
 Object accept(TgwAttributeVisitor visitor, Object data)
           
 Object accept(TgwElementVisitor visitor, Object data)
           
 void connectFkField()
           
 FkAttribute getInverseField()
           
 TgwEntity getRefEntity()
           
 String getRefEntityName()
           
 String[] getRestrictions()
           
 String getType()
           
 void setInverseField(FkAttribute inverseField)
           
 void setRefEntity(TgwEntity refEntity)
           
 void setRefEntityName(String refEntityName)
           
 void setRestrictions(String[] restrictions)
           
 
クラス org.seasar.tuigwaa.model.core.impl.AbstractAttribute から継承したメソッド
getEntity, getOption, isRequired, setEntity, setOption, setRequired, setType
 
クラス 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.TgwAttribute から継承したメソッド
getEntity, getOption, isRequired, setEntity, setOption, setRequired
 
インタフェース org.seasar.tuigwaa.model.core.TgwElement から継承したメソッド
addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild
 

フィールドの詳細

OPTION_M2M

public static final String OPTION_M2M
関連項目:
定数フィールド値
コンストラクタの詳細

SetAttribute

public SetAttribute()
メソッドの詳細

getType

public String getType()
定義:
インタフェース TgwAttribute 内の getType
定義:
クラス AbstractAttribute 内の getType

getRefEntity

public TgwEntity getRefEntity()
定義:
インタフェース LinkAttribute 内の getRefEntity

setRestrictions

public void setRestrictions(String[] restrictions)

getRestrictions

public String[] getRestrictions()

setRefEntity

public void setRefEntity(TgwEntity refEntity)

setRefEntityName

public void setRefEntityName(String refEntityName)

getRefEntityName

public String getRefEntityName()

getInverseField

public FkAttribute getInverseField()

setInverseField

public void setInverseField(FkAttribute inverseField)

connectFkField

public void connectFkField()

accept

public Object accept(TgwElementVisitor visitor,
                     Object data)
定義:
インタフェース TgwElement 内の accept
定義:
クラス TgwElementImpl 内の accept

accept

public Object accept(TgwAttributeVisitor visitor,
                     Object data)
定義:
インタフェース TgwAttribute 内の accept


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