Skip to content

Commit

Permalink
Add Javadoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Jan 21, 2025
1 parent cf343f6 commit 0c484fa
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ protected ProcessSimpleMetadata(ProcessFieldedMetadata container, SimpleMetadata
*/
abstract ProcessSimpleMetadata getClone();

/**
* Returns a simpler string representation of the Metadata.
*
* @return A string representation of the Metadata
*/
abstract String extractSimpleValue();

public SimpleMetadataViewInterface getSettings() {
Expand Down

0 comments on commit 0c484fa

Please sign in to comment.