Interface IContainerExpanderDefinition

All Known Implementing Classes:
ContainerExpanderDefinition

public interface IContainerExpanderDefinition
This interface is used for a definition of a container expander that is available in the application.
Since:
7.0
Author:
J. van Leuven, O. Kerpershoek
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the name of the container expander.
    This method returns an object containing the typed parameters of the container expander.
    This method returns the type name of the container expander.
  • Method Details

    • getName

      String getName()
      This method returns the name of the container expander.
      Returns:
      The name of the container expander.
    • getTypeName

      String getTypeName()
      This method returns the type name of the container expander. The type name is used by containers to refer to the container expander that should be used.
      Returns:
      the type name of the container expander.
    • getParameters

      ITypedParameters getParameters()
      This method returns an object containing the typed parameters of the container expander.
      Returns:
      an object containing the typed parameters of the container expander.