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.process.core.datatype.DataTypeFactory getDataTypeFactory()
           
 String getName()
           
 Class getType()
           
 Class getValueEditorClass()
           
 

Method Detail

getType

Class getType()

getDataTypeFactory

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

getName

String getName()

getDataTypeEditorClass

Class getDataTypeEditorClass()

getValueEditorClass

Class getValueEditorClass()


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