public class Scn extends Object implements Comparable<Scn>
| Modifier and Type | Field and Description |
|---|---|
static Scn |
INVALID |
static Scn |
ONE |
private BigDecimal |
scn |
static Scn |
ZERO |
| Constructor and Description |
|---|
Scn(BigDecimal scn) |
public static final Scn INVALID
public static final Scn ZERO
public static final Scn ONE
private BigDecimal scn
public Scn(BigDecimal scn)
public long longValue()
public int compareTo(Scn o)
compareTo in interface Comparable<Scn>Copyright © 2021 JBoss by Red Hat. All rights reserved.