lumis.doui.source.field.type
Class GuidDataType

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

public class GuidDataType
extends StringDataType

A guid data type.

Since:
4.0.4

Constructor Summary
GuidDataType()
           
 
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.StringDataType
getDefaultInputControlType, getValueClass
 
Methods inherited from class lumis.doui.source.field.type.AbstractSourceFieldDataType
init
 
Methods inherited from class lumis.doui.datatype.AbstractDouiDataType
createConverter, equals, getConverter, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern, 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, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern
 

Constructor Detail

GuidDataType

public GuidDataType()
Method Detail

getId

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

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

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
Overrides:
getQueryDataType in class StringDataType
Returns:
a QueryFieldTypes constant.


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.