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 String
getDataObjectModelKey()
String
getDataObjectModelRelationshipType()
Object
getDefaultValue()
String
getDescription()
String
getLabel()
String
getName()
String
getType()
boolean
isLookupId()
-
-
-
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()
-
-