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.StringgetCode()Returns the type code.java.lang.StringgetDescription()Returns the type description.
-
-
-
Method Detail
-
getCode
public java.lang.String getCode()
Description copied from interface:IAbstractTypeReturns the type code.- Specified by:
getCodein interfaceIAbstractType
-
getDescription
public java.lang.String getDescription()
Description copied from interface:IAbstractTypeReturns the type description.- Specified by:
getDescriptionin interfaceIAbstractType
-
-