Interface IFormResource
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
FormResource
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the IFCPlugin that provided this resource.Gets the key of the plugin JAR bundle that provided this resource.byte[]Gets the source that provided this resource.
-
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.
-