org.drools.workbench.models.datamodel.workitems
Class PortableIntegerParameterDefinition
java.lang.Object
org.drools.workbench.models.datamodel.workitems.PortableParameterDefinition
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableIntegerParameterDefinition
public PortableIntegerParameterDefinition()
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.