Interface Metadata
-
public interface MetadataRepresents metadata associated with a record.- See Also:
Record
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDestinationName()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
-
-