Class FileFormatTypeImmutable
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.FileFormatTypeImmutable
-
- All Implemented Interfaces:
IAbstractType
,IFileFormatTypeImmutable
- Direct Known Subclasses:
FileFormatType
public class FileFormatTypeImmutable extends java.lang.Object implements IFileFormatTypeImmutable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Returns the type code.java.lang.String
getDescription()
Returns the type description.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IAbstractType
Returns the type code.- Specified by:
getCode
in interfaceIAbstractType
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IAbstractType
Returns the type description.- Specified by:
getDescription
in interfaceIAbstractType
-
-