org.seasar.tuigwaa.model.core
インタフェース TgwAttribute

すべてのスーパーインタフェース:
TgwElement
既知のサブインタフェースの一覧:
LinkAttribute
既知の実装クラスの一覧:
AbstractAttribute, AbstractLinkAttribute, SetAttribute

public interface TgwAttribute
extends TgwElement

作成者:
nishioka

フィールドの概要
static String TYPE_BOOLEAN
           
static String TYPE_BYTEARRAY
           
static String TYPE_DATE
           
static String TYPE_FILE
           
static String TYPE_FK
           
static String TYPE_FLOAT
           
static String TYPE_INTEGER
           
static String TYPE_LONG
           
static String TYPE_SECURITY
           
static String TYPE_SELF
           
static String TYPE_SET
           
static String TYPE_STRING
           
static String TYPE_STRINGARRAY
           
static String TYPE_TIMESTAMP
           
 
メソッドの概要
 Object accept(TgwAttributeVisitor visitor, Object data)
           
 TgwEntity getEntity()
           
 String getOption()
           
 String getType()
           
 boolean isRequired()
           
 void setEntity(TgwEntity entity)
           
 void setOption(String option)
           
 void setRequired(boolean flag)
           
 
インタフェース 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.