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
クラス 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.