Interface ElementInterface

All Superinterfaces:
ElementClassBase, ElementMetaBase
All Known Implementing Classes:
AbstractElementInterface, DefaultElementInterface

public interface ElementInterface extends ElementClassBase
Defines an ElementInterface.
Version:
1.0 Apr 15, 2008
Author:
Willem Cazander
  • Method Details

    • getInterfaceClass

      Class<?> getInterfaceClass()
      Gets this class of the interface to match this converters/etc/ to.
      Returns:
      the tag.
    • setInterfaceClass

      void setInterfaceClass(Class<?> interfaceClass)
      Sets the interface class.
      Parameters:
      interfaceClass - the interfaceClass to set.