public abstract class VInt extends VNumber
| Constructor and Description |
|---|
VInt() |
| Modifier and Type | Method and Description |
|---|---|
static VInt |
create(Integer value,
Alarm alarm,
Time time,
Display display)
Creates a new VInt.
|
Alarm |
getAlarm()
The alarm associated with this value.
|
Display |
getDisplay()
The display associated with this value.
|
Time |
getTime()
The time associated with this value.
|
abstract Integer |
getValue()
The numeric value.
|
public abstract Integer getValue()
public static VInt create(Integer value, Alarm alarm, Time time, Display display)
value - the valuealarm - the alarmtime - the timedisplay - the displaypublic Display getDisplay()
public Alarm getAlarm()
public Time getTime()
Copyright © 2015. All rights reserved.