Drools Workbench - Data Model API 6.2.0.CR4

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

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

public class PortableIntegerParameterDefinition
extends PortableParameterDefinition
implements HasValue<Integer>, HasBinding

An Integer parameter


Constructor Summary
PortableIntegerParameterDefinition()
           
 
Method Summary
 String asString()
           
 String getBinding()
           
 String getClassName()
           
 Integer getValue()
           
 boolean isBound()
           
 void setBinding(String binding)
           
 void setValue(Integer 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

PortableIntegerParameterDefinition

public PortableIntegerParameterDefinition()
Method Detail

getValue

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

setValue

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

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.2.0.CR4

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