Package | Description |
---|---|
org.codehaus.modello.plugin.java.javasource |
Modifier and Type | Method and Description |
---|---|
JField |
JInterface.getField(String name)
Returns the field with the given name, or null if no field
was found with the given name.
|
JField |
JClass.getField(String name)
Returns the member with the given name, or null if no member
was found with the given name
|
abstract JField |
JStructure.getField(String name)
Returns the field with the given name, or null if no field
was found with the given name.
|
JField[] |
JInterface.getFields()
Returns an array of all the JFields of this JStructure
|
JField[] |
JClass.getFields()
Returns an array of all the JFields of this JClass
|
abstract JField[] |
JStructure.getFields()
Returns an array of all the JFields of this JStructure
|
JField |
JClass.removeField(String name)
Removes the field with the given name from this JClass
|
Modifier and Type | Method and Description |
---|---|
void |
JInterface.addField(JField jField)
Adds the given JField to this JStructure.
|
void |
JClass.addField(JField jField)
Adds the given JField to this JClass
|
abstract void |
JStructure.addField(JField jField)
Adds the given JField to this JStructure.
|
boolean |
JClass.removeField(JField jField)
Removes the given JField from this JClass
|
Copyright © 2001-2014 Codehaus. All Rights Reserved.