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 java.lang.Object
getDefaultValue()
java.lang.String
getDescription()
java.lang.String
getLabel()
java.lang.String
getName()
java.lang.String
getType()
-
-
-
Method Detail
-
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()
-
-