public class FieldAccessors extends Object
| Constructor and Description |
|---|
FieldAccessors(String fieldName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addGetter(com.google.gwt.core.ext.typeinfo.JMethod getter) |
void |
addSetter(com.google.gwt.core.ext.typeinfo.JMethod setter) |
com.google.gwt.core.ext.typeinfo.JField |
getField() |
String |
getFieldName() |
com.google.gwt.core.ext.typeinfo.JMethod |
getGetter() |
List<com.google.gwt.core.ext.typeinfo.JMethod> |
getGetters() |
com.google.gwt.core.ext.typeinfo.JMethod |
getSetter() |
List<com.google.gwt.core.ext.typeinfo.JMethod> |
getSetters() |
void |
setField(com.google.gwt.core.ext.typeinfo.JField field) |
void |
setFieldName(String fieldName) |
public FieldAccessors(String fieldName)
public String getFieldName()
public void setFieldName(String fieldName)
public com.google.gwt.core.ext.typeinfo.JField getField()
public void setField(com.google.gwt.core.ext.typeinfo.JField field)
public com.google.gwt.core.ext.typeinfo.JMethod getGetter()
public void addGetter(com.google.gwt.core.ext.typeinfo.JMethod getter)
public com.google.gwt.core.ext.typeinfo.JMethod getSetter()
public void addSetter(com.google.gwt.core.ext.typeinfo.JMethod setter)
public List<com.google.gwt.core.ext.typeinfo.JMethod> getGetters()
public List<com.google.gwt.core.ext.typeinfo.JMethod> getSetters()
Copyright © 2013. All Rights Reserved.