Package org.openl.rules.lang.xls.types
Class DatatypeMetaInfo
- java.lang.Object
-
- org.openl.rules.lang.xls.types.DatatypeMetaInfo
-
- All Implemented Interfaces:
IMetaInfo
public class DatatypeMetaInfo extends Object implements IMetaInfo
Implementation ofIMetaInfofor datatypes. First of all to handle the url to source. Display name is implemented to return the same name for all modes. Should be updated if needed.- Author:
- DLiauchuk TODO: Replace with org.openl.meta.TableMetaInfo
-
-
Constructor Summary
Constructors Constructor Description DatatypeMetaInfo(String displayName, String sourceUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDisplayName()StringgetDisplayName(int mode)StringgetSourceUrl()inthashCode()
-
-
-
Method Detail
-
getDisplayName
public String getDisplayName(int mode)
- Specified by:
getDisplayNamein interfaceIMetaInfo
-
getDisplayName
public String getDisplayName()
-
getSourceUrl
public String getSourceUrl()
- Specified by:
getSourceUrlin interfaceIMetaInfo
-
-