Class BigIntegerValue
- java.lang.Object
-
- org.drools.workbench.models.guided.dtree.shared.model.values.impl.BigIntegerValue
-
- All Implemented Interfaces:
Value<BigInteger>
public class BigIntegerValue extends Object implements Value<BigInteger>
-
-
Constructor Summary
Constructors Constructor Description BigIntegerValue()BigIntegerValue(BigInteger value)BigIntegerValue(BigIntegerValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BigIntegergetValue()inthashCode()voidsetValue(String value)voidsetValue(BigInteger value)
-
-
-
Constructor Detail
-
BigIntegerValue
public BigIntegerValue()
-
BigIntegerValue
public BigIntegerValue(BigInteger value)
-
BigIntegerValue
public BigIntegerValue(BigIntegerValue value)
-
-
Method Detail
-
setValue
public void setValue(String value)
- Specified by:
setValuein interfaceValue<BigInteger>
-
setValue
public void setValue(BigInteger value)
- Specified by:
setValuein interfaceValue<BigInteger>
-
getValue
public BigInteger getValue()
- Specified by:
getValuein interfaceValue<BigInteger>
-
-