Class AbstractMapping
java.lang.Object
org.odpi.openmetadata.adapters.repositoryservices.xtdb.repositoryconnector.mapping.AbstractMapping
- Direct Known Subclasses:
InstanceAuditHeaderMapping,InstancePropertyValueMapping
General utilities for the mapping of any instance data.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetKeyword(String name) Construct a string representation of a keyword.static StringgetKeyword(String namespace, String name) Construct a string representation of a keyword.
-
Method Details
-
getKeyword
Construct a string representation of a keyword.- Parameters:
name- of the keyword- Returns:
- String representation of the form ':name'
-
getKeyword
Construct a string representation of a keyword.- Parameters:
namespace- of the keyword (optional)name- of the keyword- Returns:
- String representation of the form ':namespace/name'
-