Interface ModelReceiver


public interface ModelReceiver
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get(String name)
    Get the entity-model or null if it doesn't exist
    Type<?>
    Return the type or null if the type isnt avaible
  • Method Details

    • add

      void add(EntityModel model) throws ModelException
      Throws:
      ModelException
    • get

      EntityModel get(String name)
      Get the entity-model or null if it doesn't exist
      Parameters:
      name - the name
      Returns:
      the model or null
    • getType

      Type<?> getType(String type)
      Return the type or null if the type isnt avaible
      Parameters:
      type - the typen-name
      Returns:
      the type