Interface IFileFormatType
-
- All Superinterfaces:
IAbstractType
,IFileFormatTypeImmutable
- All Known Implementing Classes:
FileFormatType
public interface IFileFormatType extends IFileFormatTypeImmutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDescription(java.lang.String description)
Set the description for this file format type.-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.server.jython.api.v1.IAbstractType
getCode, getDescription
-
-