org.drools.eclipse.flow.common.view.datatype.editor
Interface Editor

All Known Implementing Classes:
BooleanEditor, EmptyEditor, FloatEditor, IntegerEditor, ObjectDataTypeEditor, StringEditor

public interface Editor

An editor for an object with a given datatype.


Method Summary
 Object getValue()
           
 void reset()
           
 void setDataType(org.drools.process.core.datatype.DataType dataType)
           
 void setValue(Object value)
           
 

Method Detail

setDataType

void setDataType(org.drools.process.core.datatype.DataType dataType)

getValue

Object getValue()

setValue

void setValue(Object value)

reset

void reset()


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