Uses of Class
org.codehaus.modello.plugin.java.javasource.JField
Packages that use JField
-
Uses of JField in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that return JFieldModifier and TypeMethodDescriptionprivate JFieldJavaModelloGenerator.createField(ModelField modelField) Methods in org.codehaus.modello.plugin.java with parameters of type JFieldModifier and TypeMethodDescriptionprivate JMethodJavaModelloGenerator.createGetter(JField field, ModelField modelField) private JMethodJavaModelloGenerator.createSetter(JField field, ModelField modelField) private JMethodJavaModelloGenerator.createSetter(JField field, ModelField modelField, boolean isBuilderMethod) -
Uses of JField in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource with type parameters of type JFieldModifier and TypeFieldDescriptionJClass._fieldsThe list of member variables (fields) of this JClassJInterface.fieldsThe fields for this JInterfaceMethods in org.codehaus.modello.plugin.java.javasource that return JFieldModifier and TypeMethodDescriptionReturns the member with the given name, or null if no member was found with the given nameReturns the field with the given name, or null if no field was found with the given name.abstract JFieldReturns the field with the given name, or null if no field was found with the given name.JField[]JClass.getFields()Returns an array of all the JFields of this JClassJField[]JInterface.getFields()Returns an array of all the JFields of this JStructureabstract JField[]JStructure.getFields()Returns an array of all the JFields of this JStructureJClass.removeField(String name) Removes the field with the given name from this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JFieldModifier and TypeMethodDescriptionvoidAdds the given JField to this JClassvoidAdds the given JField to this JStructure.abstract voidAdds the given JField to this JStructure.booleanJClass.removeField(JField jField) Removes the given JField from this JClass