Interface ServiceRegistryFieldMapping
- All Known Implementing Classes:
BaseServiceRegistryFieldMapping
public interface ServiceRegistryFieldMapping
- Author:
- Filip Hrisafov
-
Method Details
-
getName
String getName() -
getLabel
String getLabel() -
getDescription
String getDescription() -
getType
String getType()- Returns:
- the field type
- See Also:
-
isLookupId
boolean isLookupId() -
getDefaultValue
Object getDefaultValue() -
getDataObjectModelKey
String getDataObjectModelKey() -
getDataObjectModelRelationshipType
String getDataObjectModelRelationshipType()
-