public static class Publish.DoubleWithDisplay extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
Display
Display
|
Double |
Numeric
Numeric
|
| Constructor and Description |
|---|
DoubleWithDisplay() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplay() |
Double |
getNumeric() |
Publish.DoubleWithDisplay |
setDisplay(String value) |
Publish.DoubleWithDisplay |
setNumeric(Double value) |
public Double getNumeric()
public Publish.DoubleWithDisplay setNumeric(Double value)
public String getDisplay()
public Publish.DoubleWithDisplay setDisplay(String value)
Copyright © 2022. All rights reserved.