.. java:import:: org.motechproject.mds.util Constants Relationship ============ .. java:package:: org.motechproject.mds.domain :noindex: .. java:type:: public class Relationship A class representing a relationship type. This class is inherited by different types of relationships. This class only represents the field type and provides some utility methods. It is not used in entities themselves. Methods ------- getFieldType ^^^^^^^^^^^^ .. java:method:: public String getFieldType(Field field, EntityType type) :outertype: Relationship getGenericSignature ^^^^^^^^^^^^^^^^^^^ .. java:method:: public String getGenericSignature(Field field, EntityType type) :outertype: Relationship getRelatedClassName ^^^^^^^^^^^^^^^^^^^ .. java:method:: protected String getRelatedClassName(Field field, EntityType type) :outertype: Relationship