Uses of Class
org.apache.cxf.tools.common.model.JavaField

Packages that use JavaField
org.apache.cxf.tools.common.model   
 

Uses of JavaField in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaField
 java.util.List<JavaField> JavaClass.getFields()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaField
 void JavaClass.addField(JavaField f)
           
 JavaMethod JavaClass.appendGetter(JavaField field)
           
 JavaMethod JavaClass.appendSetter(JavaField field)
           
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.