Package org.esa.snap.core.util
Interface ModuleMetadata
-
public interface ModuleMetadata
Provides metadata about a module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
A human-readable name used to be shown to a user.String
getSymbolicName()
A name which can be used to uniquely identify the module.String
getVersion()
The version of the module.
-
-
-
Method Detail
-
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
-
-