public interface

IUnitProvider

com.pnfsoftware.jeb.core.units.IUnitProvider
Known Indirect Subclasses

Class Overview

This interface allows the definition of common features that are designed to be extended on a new or wrapped unit.

See Also

Summary

Public Methods
abstract String getDescription()
abstract String getFormatType()
abstract IUnitFormatter getFormatter()

Public Methods

public abstract String getDescription ()

public abstract String getFormatType ()

public abstract IUnitFormatter getFormatter ()