lumis.service.chatroom
Class AnyDataType

Package class diagram package AnyDataType
java.lang.Object
  extended by lumis.doui.datatype.AbstractDouiDataType
      extended by lumis.doui.source.field.type.AbstractSourceFieldDataType
          extended by lumis.service.chatroom.AnyDataType
All Implemented Interfaces:
IDouiDataType, ISourceFieldDataType

public class AnyDataType
extends AbstractSourceFieldDataType

A data type that allows any type of value.

Since:
4.0.11

Constructor Summary
AnyDataType()
           
 
Method Summary
 String getId()
          Returns the id for this data type.
 String getQueryDataType()
          Returns a QueryFieldTypes constant for a query data type the value of this source field data type is best suited to be kept in.
 
Methods inherited from class lumis.doui.source.field.type.AbstractSourceFieldDataType
init
 
Methods inherited from class lumis.doui.datatype.AbstractDouiDataType
createConverter, equals, getConverter, getDefaultInputControlType, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern, getValueClass, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface lumis.doui.datatype.IDouiDataType
getConverter, getDefaultInputControlType, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern, getValueClass
 

Constructor Detail

AnyDataType

public AnyDataType()
Method Detail

getQueryDataType

public String getQueryDataType()
Description copied from interface: ISourceFieldDataType
Returns a QueryFieldTypes constant for a query data type the value of this source field data type is best suited to be kept in.

Specified by:
getQueryDataType in interface ISourceFieldDataType
Specified by:
getQueryDataType in class AbstractSourceFieldDataType
Returns:
a QueryFieldTypes constant.

getId

public String getId()
Description copied from interface: IDouiDataType
Returns the id for this data type.

Specified by:
getId in interface IDouiDataType
Specified by:
getId in class AbstractDouiDataType
Returns:
the id for this data type.


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.