Drools Workbench - Data Model API 6.1.0.Beta4

org.drools.workbench.models.datamodel.workitems
Class PortableFloatParameterDefinition

java.lang.Object
  extended by org.drools.workbench.models.datamodel.workitems.PortableParameterDefinition
      extended by org.drools.workbench.models.datamodel.workitems.PortableFloatParameterDefinition
All Implemented Interfaces:
HasBinding, HasValue<Float>

public class PortableFloatParameterDefinition
extends PortableParameterDefinition
implements HasValue<Float>, HasBinding

A Float parameter


Constructor Summary
PortableFloatParameterDefinition()
           
 
Method Summary
 String asString()
           
 String getBinding()
           
 String getClassName()
           
 Float getValue()
           
 boolean isBound()
           
 void setBinding(String binding)
           
 void setValue(Float value)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.workitems.PortableParameterDefinition
getName, getSimpleClassName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableFloatParameterDefinition

public PortableFloatParameterDefinition()
Method Detail

getValue

public Float getValue()
Specified by:
getValue in interface HasValue<Float>

setValue

public void setValue(Float value)
Specified by:
setValue in interface HasValue<Float>

getBinding

public String getBinding()
Specified by:
getBinding in interface HasBinding

setBinding

public void setBinding(String binding)
Specified by:
setBinding in interface HasBinding

asString

public String asString()
Specified by:
asString in class PortableParameterDefinition

getClassName

public String getClassName()
Specified by:
getClassName in class PortableParameterDefinition

isBound

public boolean isBound()
Specified by:
isBound in interface HasBinding

Drools Workbench - Data Model API 6.1.0.Beta4

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