public interface CustomValue extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
add(CustomValue other) |
CustomValue |
clone() |
boolean |
isNull() |
void |
reset() |
void |
substract(CustomValue other) |
boolean isNull()
void add(CustomValue other)
void substract(CustomValue other)
void reset()
CustomValue clone()
Copyright © 2019 JBoss by Red Hat. All rights reserved.