Interface XBMXIconMode
-
- All Superinterfaces:
org.exbin.xbup.core.catalog.base.XBCBase
,org.exbin.xbup.core.catalog.base.XBCXIconMode
,XBMBase
- All Known Implementing Classes:
XBEXIconMode
@ParametersAreNonnullByDefault public interface XBMXIconMode extends org.exbin.xbup.core.catalog.base.XBCXIconMode, XBMBase
Interface for catalog icon mode entity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCaption(java.lang.String caption)
Sets icon mode text caption.void
setMIME(java.lang.String mimeType)
Sets MIME string.void
setType(long iconTypeId)
Sets type of icon.
-
-
-
Method Detail
-
setType
void setType(long iconTypeId)
Sets type of icon.- Parameters:
iconTypeId
- icon type
-
setMIME
void setMIME(java.lang.String mimeType)
Sets MIME string.- Parameters:
mimeType
- MIME type
-
setCaption
void setCaption(java.lang.String caption)
Sets icon mode text caption.- Parameters:
caption
- caption
-
-