Interface Module


public interface Module
Represents an SDK Module which is currently deployed in Platform.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Descriptive name of the Module.
    java.lang.String getPrefix()
    4-letter prefix which uniquely identifes this Module within this deployment
    java.lang.String getVersion()
    Descriptive name of the Module.
  • Method Details

    • getPrefix

      java.lang.String getPrefix()
      4-letter prefix which uniquely identifes this Module within this deployment
      Returns:
      4-letter prefix which uniquely identifes this Module within this deployment
    • getName

      java.lang.String getName()
      Descriptive name of the Module.
      Returns:
      descriptive name of the Module
    • getVersion

      java.lang.String getVersion()
      Descriptive name of the Module.
      Returns:
      descriptive name of the Module