Package org.esa.snap.core.util
Interface ModuleMetadata
public interface ModuleMetadata
Provides metadata about a module.
-
Method Summary
Modifier and TypeMethodDescriptionA human-readable name used to be shown to a user.A name which can be used to uniquely identify the module.The version of the module.
-
Method Details
-
getDisplayName
String getDisplayName()A human-readable name used to be shown to a user.- Returns:
- the display name
-
getSymbolicName
String getSymbolicName()A name which can be used to uniquely identify the module.- Returns:
- the symbolic name
-
getVersion
String getVersion()The version of the module.- Returns:
- the version
-