Serializablepublic interface ModuleVersionIdentifier extends Serializable
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getGroup() | The group of the module. | 
| ModuleIdentifier | getModule() | Returns the  ModuleIdentifiercontaining the group and the name of this module. | 
| String | getName() | The name of the module. | 
| String | getVersion() | The version of the module | 
String getVersion()
String getGroup()
String getName()
ModuleIdentifier getModule()
ModuleIdentifier containing the group and the name of this module.
 Contains the same information as getGroup() and getVersion()