Package de.xima.fc.mdl.resource
Interface IResourceItem
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ClientResourceItem,ExternalResourceItem,FormResourceItem
public interface IResourceItem extends Serializable
A file select menu may contain options form form resources, client resources and external URLs. These resources are by an instance implementing this interface.- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ERessourcenTypgetResourceType()StringgetResourceUuid()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- The (file) name of the resource this item represents.
-
getResourceType
ERessourcenTyp getResourceType()
- Returns:
- The type of the resource this item represents, or
nullif it represents none of the available types.
-
getResourceUuid
String getResourceUuid()
- Returns:
- The UUID of the resource this item represents, or
nullor empty string if no such UUID exists.
-
-