|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataTypeRegistry
A registry of datatypes.
| Nested Class Summary | |
|---|---|
static interface |
DataTypeRegistry.IDataTypeInfo
|
| Method Summary | |
|---|---|
DataTypeRegistry.IDataTypeInfo |
getDataTypeInfo(Class type)
Returns the data type info of the data type with the given type |
Set |
getDataTypes()
Returns all registered data types. |
void |
registerDataType(Class type,
org.drools.process.core.datatype.DataTypeFactory dataTypeFactory,
String name,
Class valueEditorClass,
Class dataTypeEditorClass)
|
| Method Detail |
|---|
Set getDataTypes()
void registerDataType(Class type,
org.drools.process.core.datatype.DataTypeFactory dataTypeFactory,
String name,
Class valueEditorClass,
Class dataTypeEditorClass)
DataTypeRegistry.IDataTypeInfo getDataTypeInfo(Class type)
type -
IllegalArgumentException - if the data type info of this type cannot be found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||