Interface IFormResource

All Superinterfaces:
Serializable
All Known Implementing Classes:
FormResource

public interface IFormResource extends Serializable
Author:
XIMA MEDIA GmbH
  • Method Details

    • getResourceType

      EFormResourceType getResourceType()
    • getPluginKey

      String getPluginKey()
      Gets the key of the plugin JAR bundle that provided this resource.
      Returns:
      The key of the plugin that provided this resource.
    • getResourceName

      String getResourceName()
    • getResourceData

      byte[] getResourceData()
    • getCacheKey

      String getCacheKey()
    • getName

      String getName()
      Gets the name of the IFCPlugin that provided this resource.
      Returns:
      The name of the IFCPlugin that provided this resource.
    • getSourceType

      EFormResourceSourceType getSourceType()
      Gets the source that provided this resource.
      Returns:
      The source that provided this resource.