Uses of Class
org.codehaus.modello.plugin.java.javasource.JField
-
Packages that use JField Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JField in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JField Modifier and Type Method Description JFieldJClass. getField(java.lang.String name)Returns the member with the given name, or null if no member was found with the given nameJFieldJInterface. getField(java.lang.String name)Returns the field with the given name, or null if no field was found with the given name.abstract JFieldJStructure. getField(java.lang.String name)Returns 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 JStructureJFieldJClass. removeField(java.lang.String name)Removes the field with the given name from this JClassMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JField Modifier and Type Method Description voidJClass. addField(JField jField)Adds the given JField to this JClassvoidJInterface. addField(JField jField)Adds the given JField to this JStructure.abstract voidJStructure. addField(JField jField)Adds the given JField to this JStructure.booleanJClass. removeField(JField jField)Removes the given JField from this JClass
-