Interface IEntryConcatMethod
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CustomConcatMethod,EntryConcatMethod
Represents an interface for entry concatenation methods used in connector models.
Implementing classes should provide methods to create a copy of the instance and retrieve a description.
-
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a deep copy of the currentIEntryConcatMethodinstance.Gets a human-readable description of the entry concatenation method.
-
Method Details
-
copy
IEntryConcatMethod copy()Creates a deep copy of the currentIEntryConcatMethodinstance.- Returns:
- A new instance of
IEntryConcatMethodrepresenting a copy of the original instance.
-
getDescription
String getDescription()Gets a human-readable description of the entry concatenation method.- Returns:
- A string representing the description of the entry concatenation method.
-