Interface Metadata
-
public interface Metadata
Represents metadata associated with a record.- See Also:
Record
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDestinationName()
Retrieves the destination name of this record.
-
-
-
Method Detail
-
getDestinationName
String getDestinationName()
Retrieves the destination name of this record.- Returns:
- the destination name of the record
-
-