org.objectweb.jorm.metainfo.api
Interface FieldName
- All Superinterfaces:
- MetaObject, java.io.Serializable
- public interface FieldName
- extends MetaObject
The FieldName interface defines methods to reference an already
existing Field.
- Author:
- X. Spengler
|
Method Summary |
java.lang.String |
getField()
Returns the name of the referenced field. |
void |
setField(java.lang.String field)
Allows to set the name of the referenced field. |
getField
public java.lang.String getField()
- Returns the name of the referenced field.
- Returns:
- the string representation of the referenced field
setField
public void setField(java.lang.String field)
- Allows to set the name of the referenced field.
- Parameters:
field - the string representation of the referenced field