org.seasar.tuigwaa.model.core.impl
クラス DateAttribute
java.lang.Object
org.seasar.tuigwaa.model.core.impl.TgwElementImpl
org.seasar.tuigwaa.model.core.impl.AbstractAttribute
org.seasar.tuigwaa.model.core.impl.DateAttribute
- すべての実装インタフェース:
- TgwAttribute, TgwElement
- public class DateAttribute
- extends AbstractAttribute
タイプが日付に対応
- 作成者:
- nishioka
インタフェース 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 |
クラス 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.TgwElement から継承したメソッド |
addChild, getDescription, getDisplayName, getName, getParent, setDescription, setDisplayName, setName, setParent, swapChild, updateChild |
SUFFIX_BEFORE
public static final String SUFFIX_BEFORE
- 関連項目:
- 定数フィールド値
SUFFIX_AFTER
public static final String SUFFIX_AFTER
- 関連項目:
- 定数フィールド値
SUFFIX_FIX
public static final String SUFFIX_FIX
- 関連項目:
- 定数フィールド値
SUFFIXES
public static final String[] SUFFIXES
DateAttribute
public DateAttribute()
getType
public String getType()
- 定義:
- インタフェース
TgwAttribute
内の getType
- 定義:
- クラス
AbstractAttribute
内の getType
getEndSuffix
public String getEndSuffix()
setEndSuffix
public void setEndSuffix(String endSuffix)
getEndYear
public int getEndYear()
setEndYear
public void setEndYear(int endYear)
getStartSuffix
public String getStartSuffix()
setStartSuffix
public void setStartSuffix(String startSuffix)
getStartYear
public int getStartYear()
setStartYear
public void setStartYear(int startYear)
getStartValue
public int getStartValue()
getEndValue
public int getEndValue()
accept
public Object accept(TgwElementVisitor visitor,
Object data)
- 定義:
- インタフェース
TgwElement
内の accept
- 定義:
- クラス
TgwElementImpl
内の accept
accept
public Object accept(TgwAttributeVisitor visitor,
Object data)
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.