public abstract class VString extends Scalar
| Constructor and Description |
|---|
VString() |
| Modifier and Type | Method and Description |
|---|---|
static VString |
create(String value,
Alarm alarm,
Time time)
Creates a new VString.
|
Alarm |
getAlarm()
The alarm associated with this value.
|
Time |
getTime()
The time associated with this value.
|
abstract String |
getValue()
Returns the value.
|
public abstract String getValue()
public static VString create(String value, Alarm alarm, Time time)
value - the string valuealarm - the alarmtime - the timepublic Alarm getAlarm()
public Time getTime()
Copyright © 2015. All rights reserved.