Drools :: Eclipse :: Base 6.0.0.CR2

org.drools.eclipse.flow.common.datatype
Interface DataTypeRegistry.IDataTypeInfo

All Known Implementing Classes:
DataTypeRegistryImpl.DataTypeInfo
Enclosing interface:
DataTypeRegistry

public static interface DataTypeRegistry.IDataTypeInfo


Method Summary
 Class getDataTypeEditorClass()
           
 org.drools.core.process.core.datatype.DataTypeFactory getDataTypeFactory()
           
 String getName()
           
 Class getType()
           
 Class getValueEditorClass()
           
 

Method Detail

getType

Class getType()

getDataTypeFactory

org.drools.core.process.core.datatype.DataTypeFactory getDataTypeFactory()

getName

String getName()

getDataTypeEditorClass

Class getDataTypeEditorClass()

getValueEditorClass

Class getValueEditorClass()

Drools :: Eclipse :: Base 6.0.0.CR2

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.