ObjectReference

public class ObjectReference

Represents an object reference. It holds an information about related field name, as well as the object that the field should reference to.

Constructors

ObjectReference

public ObjectReference(String fieldName, Object reference)

Methods

getFieldName

public String getFieldName()

getReference

public Object getReference()

setFieldName

public void setFieldName(String fieldName)

setReference

public void setReference(Object reference)