public abstract class VByte extends VNumber
| Constructor and Description |
|---|
VByte() |
| Modifier and Type | Method and Description |
|---|---|
static VByte |
create(Byte value,
Alarm alarm,
Time time,
Display display)
Creates a new VByte.
|
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 Byte |
getValue()
The numeric value.
|
public abstract Byte getValue()
public static VByte create(Byte 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.