org.drools.eclipse.flow.common.datatype.impl
Class DataTypeRegistryImpl
java.lang.Object
org.drools.eclipse.flow.common.datatype.impl.DataTypeRegistryImpl
- All Implemented Interfaces:
- DataTypeRegistry
public class DataTypeRegistryImpl
- extends Object
- implements DataTypeRegistry
Default implementation of a datatype registry.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataTypeRegistryImpl
public DataTypeRegistryImpl()
getDataTypes
public Set getDataTypes()
- Description copied from interface:
DataTypeRegistry
- Returns all registered data types.
- Specified by:
getDataTypes in interface DataTypeRegistry
registerDataType
public void registerDataType(Class type,
org.drools.process.core.datatype.DataTypeFactory dataTypeFactory,
String name,
Class valueEditorClass,
Class dataTypeEditorClass)
- Specified by:
registerDataType in interface DataTypeRegistry
getDataTypeInfo
public DataTypeRegistry.IDataTypeInfo getDataTypeInfo(Class type)
- Description copied from interface:
DataTypeRegistry
- Returns the data type info of the data type with the given type
- Specified by:
getDataTypeInfo in interface DataTypeRegistry
- Returns:
- the data type info
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.