lumis.service.resourcescheduler
Class ResourcesDataType

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

public class ResourcesDataType
extends AbstractSourceFieldDataType

A resources data type. Its value is a list of resources stored.

Since:
4.0.11

Nested Class Summary
static class ResourcesDataType.Data
          Data object for a field with data type Resources.
protected static class ResourcesDataType.ResourcesDataConverter
           
 
Constructor Summary
ResourcesDataType()
           
 
Method Summary
protected  IConverter createConverter()
          Creates the converter instance that will be used by this data type.
 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.
 Class<?> getValueClass()
          Returns the value class for data of this type.
 
Methods inherited from class lumis.doui.source.field.type.AbstractSourceFieldDataType
init
 
Methods inherited from class lumis.doui.datatype.AbstractDouiDataType
equals, getConverter, getDefaultInputControlType, 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, getDefaultInputControlType, getDefaultViewControlType, getDefinitionLocale, getDefinitionPattern
 

Constructor Detail

ResourcesDataType

public ResourcesDataType()
Method Detail

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.

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.

createConverter

protected IConverter createConverter()
Description copied from class: AbstractDouiDataType
Creates the converter instance that will be used by this data type.

Overrides:
createConverter in class AbstractDouiDataType
Returns:
the converter instance.

getValueClass

public Class<?> getValueClass()
Description copied from interface: IDouiDataType
Returns the value class for data of this type.

Specified by:
getValueClass in interface IDouiDataType
Overrides:
getValueClass in class AbstractDouiDataType
Returns:
the value class for data of this type.


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