org.drools.eclipse.flow.common.datatype.impl
Class DataTypeRegistryImpl.DataTypeInfo

java.lang.Object
  extended by org.drools.eclipse.flow.common.datatype.impl.DataTypeRegistryImpl.DataTypeInfo
All Implemented Interfaces:
DataTypeRegistry.IDataTypeInfo
Enclosing class:
DataTypeRegistryImpl

public class DataTypeRegistryImpl.DataTypeInfo
extends Object
implements DataTypeRegistry.IDataTypeInfo


Method Summary
 Class getDataTypeEditorClass()
           
 org.drools.process.core.datatype.DataTypeFactory getDataTypeFactory()
           
 String getName()
           
 Class getType()
           
 Class getValueEditorClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public Class getType()
Specified by:
getType in interface DataTypeRegistry.IDataTypeInfo

getDataTypeFactory

public org.drools.process.core.datatype.DataTypeFactory getDataTypeFactory()
Specified by:
getDataTypeFactory in interface DataTypeRegistry.IDataTypeInfo

getName

public String getName()
Specified by:
getName in interface DataTypeRegistry.IDataTypeInfo

getValueEditorClass

public Class getValueEditorClass()
Specified by:
getValueEditorClass in interface DataTypeRegistry.IDataTypeInfo

getDataTypeEditorClass

public Class getDataTypeEditorClass()
Specified by:
getDataTypeEditorClass in interface DataTypeRegistry.IDataTypeInfo


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