org.seasar.doma.internal.apt.meta
クラス AbstractEntityMethodMeta

java.lang.Object
  上位を拡張 org.seasar.doma.internal.apt.meta.AbstractEntityMethodMeta
すべての実装されたインタフェース:
EntityMethodMeta
直系の既知のサブクラス:
EntityDelegateMeta, EntityPropertyMeta

public abstract class AbstractEntityMethodMeta
extends Object
implements EntityMethodMeta

作成者:
taedium

フィールドの概要
protected  ExecutableElement executableElement
           
protected  String name
           
protected  String returnTypeName
           
protected  List<String> thrownTypeNames
           
protected  List<String> typeParameterNames
           
 
コンストラクタの概要
AbstractEntityMethodMeta()
           
 
メソッドの概要
 void addThrownTypeName(String thrownTypeName)
           
 void addTypeParameterName(String typeParameterName)
           
 ExecutableElement getExecutableElement()
           
 String getName()
           
 String getReturnTypeName()
           
 Iterator<String> getThrownTypeNames()
           
 Iterator<String> getTypeParameterNames()
           
 void setExecutableElement(ExecutableElement executableElement)
           
 void setName(String name)
           
 void setReturnTypeName(String returnTypeName)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

protected String name

executableElement

protected ExecutableElement executableElement

typeParameterNames

protected List<String> typeParameterNames

returnTypeName

protected String returnTypeName

thrownTypeNames

protected List<String> thrownTypeNames
コンストラクタの詳細

AbstractEntityMethodMeta

public AbstractEntityMethodMeta()
メソッドの詳細

getName

public String getName()
定義:
インタフェース EntityMethodMeta 内の getName

setName

public void setName(String name)

getExecutableElement

public ExecutableElement getExecutableElement()
定義:
インタフェース EntityMethodMeta 内の getExecutableElement

setExecutableElement

public void setExecutableElement(ExecutableElement executableElement)

addTypeParameterName

public void addTypeParameterName(String typeParameterName)

getTypeParameterNames

public Iterator<String> getTypeParameterNames()

addThrownTypeName

public void addThrownTypeName(String thrownTypeName)

getThrownTypeNames

public Iterator<String> getThrownTypeNames()

getReturnTypeName

public String getReturnTypeName()

setReturnTypeName

public void setReturnTypeName(String returnTypeName)


Copyright © 2009 The Seasar Foundation. All Rights Reserved.