org.objectweb.jorm.metainfo.api
Interface FieldName
- MetaObject, Serializable
public interface FieldName
The FieldName interface defines methods to reference an already
existing Field.
- X. Spengler
String | getField() - Returns the name of the referenced field.
|
void | setField(String field) - Allows to set the name of the referenced field.
|
getField
public String getField()
Returns the name of the referenced field.
- the string representation of the referenced field
setField
public void setField(String field)
Allows to set the name of the referenced field.
field
- the string representation of the referenced field