Interface Loadable

  • All Known Implementing Classes:
    LoadableSaveableAccounting

    public interface Loadable
    A role which provides loading from a default source.
    Author:
    Fabrizio Giudici
    Stereotype:
    Role
    • Field Detail

      • _Loadable_

        static final java.lang.Class<Loadable> _Loadable_
    • Method Detail

      • load

        <TYPE> TYPE load()
                  throws java.io.IOException
        Load from a default source.
        Returns:
        the loaded object
        Throws:
        java.io.IOException - in case of error