public class FieldDescriptorImpl extends java.lang.Object implements FieldDescriptor
| Constructor and Description | 
|---|
FieldDescriptorImpl(PsiField field,
                   java.lang.String getterName,
                   java.lang.String setterName,
                   PsiMethod getterPrototype,
                   PsiMethod setterPrototype)  | 
| Modifier and Type | Method and Description | 
|---|---|
PsiField | 
getField()  | 
java.lang.String | 
getGetterName()  | 
PsiMethod | 
getGetterPrototype()  | 
java.lang.String | 
getSetterName()  | 
PsiMethod | 
getSetterPrototype()  | 
void | 
refreshField(PsiField newField)  | 
public PsiField getField()
getField in interface FieldDescriptorpublic java.lang.String getGetterName()
getGetterName in interface FieldDescriptorpublic java.lang.String getSetterName()
getSetterName in interface FieldDescriptorpublic PsiMethod getGetterPrototype()
getGetterPrototype in interface FieldDescriptorpublic PsiMethod getSetterPrototype()
getSetterPrototype in interface FieldDescriptorpublic void refreshField(PsiField newField)
refreshField in interface FieldDescriptor