Interface IEntryConcatMethod

All Superinterfaces:
Serializable
All Known Implementing Classes:
CustomConcatMethod, EntryConcatMethod

public interface IEntryConcatMethod extends Serializable
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 Details

    • copy

      Creates a deep copy of the current IEntryConcatMethod instance.
      Returns:
      A new instance of IEntryConcatMethod representing 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.