org.seasar.framework.aop.intertype
クラス TigerPropertyAnnotationHandler

java.lang.Object
  上位を拡張 org.seasar.framework.aop.intertype.TigerPropertyAnnotationHandler
すべての実装されたインタフェース:
PropertyInterType.PropertyAnnotationHandler

public class TigerPropertyAnnotationHandler
extends Object
implements PropertyInterType.PropertyAnnotationHandler

作成者:
y-komori

コンストラクタの概要
TigerPropertyAnnotationHandler()
           
 
メソッドの概要
 int getPropertyType(Class clazz, int defaultValue)
           
 int getPropertyType(Field field, int defaultValue)
           
 int getPropertyTypeInternal(AnnotatedElement element, int defaultValue)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

TigerPropertyAnnotationHandler

public TigerPropertyAnnotationHandler()
メソッドの詳細

getPropertyType

public int getPropertyType(Class clazz,
                           int defaultValue)
定義:
インタフェース PropertyInterType.PropertyAnnotationHandler 内の getPropertyType

getPropertyType

public int getPropertyType(Field field,
                           int defaultValue)
定義:
インタフェース PropertyInterType.PropertyAnnotationHandler 内の getPropertyType

getPropertyTypeInternal

public int getPropertyTypeInternal(AnnotatedElement element,
                                   int defaultValue)


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.