Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.workitems
Class PortableIntegerParameterDefinition

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.workitems.PortableParameterDefinition
      extended by org.drools.guvnor.models.commons.shared.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.guvnor.models.commons.shared.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 Guvnor - Common Model 6.0.0.Beta1

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