org.seasar.framework.aop.intertype
クラス PropertyInterType.DefaultPropertyAnnotationHandler

java.lang.Object
  拡張org.seasar.framework.aop.intertype.PropertyInterType.DefaultPropertyAnnotationHandler
すべての実装インタフェース:
PropertyInterType.PropertyAnnotationHandler
含まれているクラス:
PropertyInterType

public static class PropertyInterType.DefaultPropertyAnnotationHandler
extends java.lang.Object
implements PropertyInterType.PropertyAnnotationHandler

PropertyInterType.PropertyAnnotationHandlerのデフォルト実装です。


コンストラクタの概要
PropertyInterType.DefaultPropertyAnnotationHandler()
           
 
メソッドの概要
 int getPropertyType(java.lang.Class clazz, int defaultValue)
          propertyTypeを返します。
 int getPropertyType(java.lang.reflect.Field field, int defaultValue)
          propertyTypeを返します。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PropertyInterType.DefaultPropertyAnnotationHandler

public PropertyInterType.DefaultPropertyAnnotationHandler()
メソッドの詳細

getPropertyType

public int getPropertyType(java.lang.Class clazz,
                           int defaultValue)
インタフェース PropertyInterType.PropertyAnnotationHandler の記述:
propertyTypeを返します。

定義:
インタフェース PropertyInterType.PropertyAnnotationHandler 内の getPropertyType
パラメータ:
clazz -
defaultValue -
戻り値:
propertyType

getPropertyType

public int getPropertyType(java.lang.reflect.Field field,
                           int defaultValue)
インタフェース PropertyInterType.PropertyAnnotationHandler の記述:
propertyTypeを返します。

定義:
インタフェース PropertyInterType.PropertyAnnotationHandler 内の getPropertyType
パラメータ:
field -
defaultValue -
戻り値:


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.