org.seasar.tuigwaa.model.core
インタフェース TgwAttribute
- すべてのスーパーインタフェース:
- TgwElement
- 既知のサブインタフェースの一覧:
- LinkAttribute
- 既知の実装クラスの一覧:
- AbstractAttribute, AbstractLinkAttribute, SetAttribute
- public interface TgwAttribute
- extends TgwElement
- 作成者:
- nishioka
インタフェース org.seasar.tuigwaa.model.core.TgwElement から継承したメソッド |
accept, addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild |
TYPE_DATE
public static final String TYPE_DATE
- 関連項目:
- 定数フィールド値
TYPE_STRING
public static final String TYPE_STRING
- 関連項目:
- 定数フィールド値
TYPE_STRINGARRAY
public static final String TYPE_STRINGARRAY
- 関連項目:
- 定数フィールド値
TYPE_INTEGER
public static final String TYPE_INTEGER
- 関連項目:
- 定数フィールド値
TYPE_LONG
public static final String TYPE_LONG
- 関連項目:
- 定数フィールド値
TYPE_FLOAT
public static final String TYPE_FLOAT
- 関連項目:
- 定数フィールド値
TYPE_BOOLEAN
public static final String TYPE_BOOLEAN
- 関連項目:
- 定数フィールド値
TYPE_FK
public static final String TYPE_FK
- 関連項目:
- 定数フィールド値
TYPE_FILE
public static final String TYPE_FILE
- 関連項目:
- 定数フィールド値
TYPE_TIMESTAMP
public static final String TYPE_TIMESTAMP
- 関連項目:
- 定数フィールド値
TYPE_SET
public static final String TYPE_SET
- 関連項目:
- 定数フィールド値
TYPE_SELF
public static final String TYPE_SELF
- 関連項目:
- 定数フィールド値
TYPE_SECURITY
public static final String TYPE_SECURITY
- 関連項目:
- 定数フィールド値
TYPE_BYTEARRAY
public static final String TYPE_BYTEARRAY
- 関連項目:
- 定数フィールド値
getType
public String getType()
setEntity
public void setEntity(TgwEntity entity)
getEntity
public TgwEntity getEntity()
isRequired
public boolean isRequired()
setRequired
public void setRequired(boolean flag)
setOption
public void setOption(String option)
getOption
public String getOption()
accept
public Object accept(TgwAttributeVisitor visitor,
Object data)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.