public interface

MetadataAware

org.mule.modules.janrain.basic.MetadataAware
Known Indirect Subclasses

Class Overview

This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata.

Summary

Public Methods
abstract String getDevkitBuild()
Returns the build of the DevKit used to create this module
abstract String getDevkitVersion()
Returns the version of the DevKit used to create this module
abstract String getModuleName()
Returns the user-friendly name of this module
abstract String getModuleVersion()
Returns the version of this module

Public Methods

public abstract String getDevkitBuild ()

Returns the build of the DevKit used to create this module

public abstract String getDevkitVersion ()

Returns the version of the DevKit used to create this module

public abstract String getModuleName ()

Returns the user-friendly name of this module

public abstract String getModuleVersion ()

Returns the version of this module