org.objectweb.jorm.metainfo.api

Interface FieldName

All Superinterfaces:
MetaObject, Serializable

public interface FieldName
extends MetaObject

The FieldName interface defines methods to reference an already existing Field.

Author:
X. Spengler

Method Summary

String
getField()
Returns the name of the referenced field.
void
setField(String field)
Allows to set the name of the referenced field.

Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject

getParent, setParent

Method Details

getField

public String getField()
Returns the name of the referenced field.

Returns:
the string representation of the referenced field


setField

public void setField(String field)
Allows to set the name of the referenced field.

Parameters:
field - the string representation of the referenced field