Interface ServiceRegistryFieldMapping
- All Known Implementing Classes:
BaseServiceRegistryFieldMapping
public interface ServiceRegistryFieldMapping
- Author:
- Filip Hrisafov
-
Method Summary
Modifier and Type Method Description java.lang.Object
getDefaultValue()
java.lang.String
getDescription()
java.lang.String
getLabel()
java.lang.String
getName()
java.lang.String
getType()
-
Method Details
-
getName
java.lang.String getName() -
getLabel
java.lang.String getLabel() -
getDescription
java.lang.String getDescription() -
getType
java.lang.String getType()- Returns:
- the field type
- See Also:
for the available types
-
getDefaultValue
java.lang.Object getDefaultValue()
-