Interface ServiceRegistryFieldMapping
-
- All Known Implementing Classes:
BaseServiceRegistryFieldMapping
public interface ServiceRegistryFieldMapping- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataObjectModelKey()StringgetDataObjectModelRelationshipType()ObjectgetDefaultValue()StringgetDescription()StringgetLabel()StringgetName()StringgetType()booleanisLookupId()
-
-
-
Method Detail
-
getName
String getName()
-
getLabel
String getLabel()
-
getDescription
String getDescription()
-
getType
String getType()
- Returns:
- the field type
- See Also:
for the available types
-
isLookupId
boolean isLookupId()
-
getDefaultValue
Object getDefaultValue()
-
getDataObjectModelKey
String getDataObjectModelKey()
-
getDataObjectModelRelationshipType
String getDataObjectModelRelationshipType()
-
-