public class BeanProperty
extends java.lang.Object
BeanPropertyRenameHandler
if necessary.Modifier | Constructor and Description |
---|---|
protected |
BeanProperty(PsiMethod method) |
Modifier and Type | Method and Description |
---|---|
static BeanProperty |
createBeanProperty(PsiMethod method) |
PsiMethod |
getGetter() |
javax.swing.Icon |
getIcon(int flags) |
PsiMethod |
getMethod() |
java.lang.String |
getName() |
PsiType |
getPropertyType() |
PsiNamedElement |
getPsiElement() |
PsiMethod |
getSetter() |
void |
setName(java.lang.String newName) |
protected BeanProperty(PsiMethod method)
public PsiNamedElement getPsiElement()
public java.lang.String getName()
public PsiType getPropertyType()
public PsiMethod getMethod()
public PsiMethod getGetter()
public PsiMethod getSetter()
public void setName(java.lang.String newName) throws IncorrectOperationException
IncorrectOperationException
public javax.swing.Icon getIcon(int flags)
public static BeanProperty createBeanProperty(PsiMethod method)